Skip to content

Commit da59cb6

Browse files
committed
increase timeout for killing subprocesses
1 parent a94f012 commit da59cb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/e2e/cli/cli-actions-2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,6 @@ should 'should app be online' 'online' 2
146146
kill `cat ~/.pm2/pm2.pid`
147147
spec "should have killed pm2"
148148

149-
sleep 2
149+
sleep 3
150150
pgrep "python"
151151
ispec "should python script be killed"

0 commit comments

Comments
 (0)