Increase sleep values 28/121928/1
authorAleksander Mistewicz <a.mistewicz@samsung.com>
Wed, 1 Feb 2017 14:38:26 +0000 (15:38 +0100)
committerAleksander Mistewicz <a.mistewicz@samsung.com>
Wed, 29 Mar 2017 10:48:09 +0000 (12:48 +0200)
It is workaround for Avocado-Smoke inconsistency.

Change-Id: I9a4d149ef644862bcfa9ad35f9b5c0b3c0023b4b

tct/common.sh

index 960375a..2c0d440 100755 (executable)
@@ -29,9 +29,9 @@ die() {
 
 # INIT_SLEEP <= RESTART_SLEEP <= MAX_SLEEP
 INC_SLEEP=10
-INIT_SLEEP=60
-RESTART_SLEEP=80
-MAX_SLEEP=140
+INIT_SLEEP=120
+RESTART_SLEEP=140
+MAX_SLEEP=160
 
 TL_IP_CONF="/etc/opt/testlab-major/ip_addr"
 SCREENSHOOTER_RPM="/opt/screenshooter.rpm"