Increase the base backoff for our test workaround

This commit is contained in:
Roy Keene 2018-09-25 09:35:47 -05:00 committed by GitHub
commit 5b5736e0b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ run_tests() {
echo "core_test failed: ${core_test_res}, retrying (try=${try})"
# Wait a while for sockets to be all cleaned up by the kernel
sleep $[10 + (${RANDOM} % 30)]
sleep $[60 + (${RANDOM} % 30)]
fi
${TIMEOUT_CMD} ${TIMEOUT_TIME_ARG} ${TIMEOUT_SEC-${TIMEOUT_DEFAULT}} ./core_test