diff --git a/integration/110_shutdown_test.sh b/integration/110_shutdown_test.sh index a62c2392d..05330fbc6 100755 --- a/integration/110_shutdown_test.sh +++ b/integration/110_shutdown_test.sh @@ -2,13 +2,13 @@ . ./config.sh -start_suite "Check scope exits cleanly within 10 seconds" +start_suite "Check scope exits cleanly within 5 seconds" scope_on $HOST1 launch -sleep 10 +sleep 5 scope_on $HOST1 stop -sleep 10 +sleep 5 # Save stdout for debugging output exec 3>&1