From 653c76709ad5237414a859bafb99962b7a1d65f3 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Mon, 4 Sep 2017 16:39:01 -0400 Subject: [PATCH] test: Fix another intermittent failure Some of the tests had very precise timeouts, which weren't very important. Here's another one that timed out early. --- test/shell/file-mode.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/shell/file-mode.sh b/test/shell/file-mode.sh index 07ddc7dc..9ab16406 100755 --- a/test/shell/file-mode.sh +++ b/test/shell/file-mode.sh @@ -3,7 +3,7 @@ set -x # run till completion -timeout --kill-after=20s 15s ./mgmt run --yaml file-mode.yaml --converged-timeout=5 --no-watch --tmp-prefix & +timeout --kill-after=40s 35s ./mgmt run --yaml file-mode.yaml --converged-timeout=5 --no-watch --tmp-prefix & pid=$! wait $pid # get exit status e=$?