X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap-verify-perf.sh;h=26ec3f53d5a2b40ab974f4583486bf1c46ae01f0;hp=f1b58ab4891833854c89214db4905761329ea08d;hb=ad36fe000f7f28bd95bdb51908bbe9e59f8753eb;hpb=22baf5eb174d1aeb22b050609deafbfaeaa700b2 diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh index f1b58ab489..26ec3f53d5 100755 --- a/bootstrap-verify-perf.sh +++ b/bootstrap-verify-perf.sh @@ -82,8 +82,8 @@ while :; do break fi - # Wait 10 - 30 sec. before next try - SLEEP_TIME=$[ ( $RANDOM % 20 ) + 10 ]s + # Wait ~3minutes before next try + SLEEP_TIME=$[ ( $RANDOM % 20 ) + 180 ]s echo "Sleeping ${SLEEP_TIME}" sleep ${SLEEP_TIME} done