aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap-verify-perf.sh
diff options
context:
space:
mode:
authorMiroslav Miklus <mmiklus@cisco.com>2016-05-04 17:07:53 +0200
committerMiroslav Miklus <mmiklus@cisco.com>2016-05-06 14:24:15 +0000
commitad36fe000f7f28bd95bdb51908bbe9e59f8753eb (patch)
treee637cdc46d9240ab09e6596bcf26782ad51eba23 /bootstrap-verify-perf.sh
parent22baf5eb174d1aeb22b050609deafbfaeaa700b2 (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-xbootstrap-verify-perf.sh4
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