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.
This commit is contained in:
James Shubin
2017-09-04 16:39:01 -04:00
parent 83cc1bab38
commit 653c76709a

View File

@@ -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=$?