summaryrefslogtreecommitdiff
path: root/tct
diff options
context:
space:
mode:
Diffstat (limited to 'tct')
-rwxr-xr-xtct/common.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tct/common.sh b/tct/common.sh
index de21475..015e451 100755
--- a/tct/common.sh
+++ b/tct/common.sh
@@ -29,9 +29,9 @@ die() {
# INIT_SLEEP <= RESTART_SLEEP <= MAX_SLEEP
INC_SLEEP=10
-INIT_SLEEP=120
-RESTART_SLEEP=140
-MAX_SLEEP=160
+INIT_SLEEP=40
+RESTART_SLEEP=60
+MAX_SLEEP=80
TL_IP_CONF="/etc/opt/testlab-major/ip_addr"
SCREENSHOOTER_RPM="/opt/screenshooter.rpm"