diff options
author | Miroslav Miklus <mmiklus@cisco.com> | 2016-05-04 17:07:53 +0200 |
---|---|---|
committer | Miroslav Miklus <mmiklus@cisco.com> | 2016-05-06 14:24:15 +0000 |
commit | ad36fe000f7f28bd95bdb51908bbe9e59f8753eb (patch) | |
tree | e637cdc46d9240ab09e6596bcf26782ad51eba23 /bootstrap-verify-perf.sh | |
parent | 22baf5eb174d1aeb22b050609deafbfaeaa700b2 (diff) |
Extend testbed reservation wait time
Change-Id: If35705c1934dfb10f117f03ebbba111854f34360
Signed-off-by: Miroslav Miklus <mmiklus@cisco.com>
Diffstat (limited to 'bootstrap-verify-perf.sh')
-rwxr-xr-x | bootstrap-verify-perf.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |