Increase the base backoff for our test workaround
This commit is contained in:
parent
e06a69fd19
commit
5b5736e0b6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue