Skip to content

Commit

Permalink
increase timeout for killing subprocesses
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech committed Feb 16, 2022
1 parent a94f012 commit da59cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/cli/cli-actions-2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,6 @@ should 'should app be online' 'online' 2
kill `cat ~/.pm2/pm2.pid`
spec "should have killed pm2"

sleep 2
sleep 3
pgrep "python"
ispec "should python script be killed"

0 comments on commit da59cb6

Please sign in to comment.