Extend testbed reservation wait time 90/990/2
authorMiroslav Miklus <mmiklus@cisco.com>
Wed, 4 May 2016 15:07:53 +0000 (17:07 +0200)
committerMiroslav Miklus <mmiklus@cisco.com>
Fri, 6 May 2016 14:24:15 +0000 (14:24 +0000)
Change-Id: If35705c1934dfb10f117f03ebbba111854f34360
Signed-off-by: Miroslav Miklus <mmiklus@cisco.com>
bootstrap-verify-perf.sh

index f1b58ab..26ec3f5 100755 (executable)
@@ -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