diff --git a/test/test_helper.bash b/test/test_helper.bash index 3ea2ee21..60dd3764 100644 --- a/test/test_helper.bash +++ b/test/test_helper.bash @@ -395,7 +395,7 @@ assert_stderr_contains() { wait_for_runtime_status() { local cid=$1 local expected_status=$2 - local how_long=5 + local how_long=15 t1=$(expr $SECONDS + $how_long) while [ $SECONDS -lt $t1 ]; do