summaryrefslogtreecommitdiff
path: root/tct
diff options
context:
space:
mode:
authorAleksander Mistewicz <a.mistewicz@samsung.com>2017-05-22 11:03:37 +0200
committerAleksander Mistewicz <a.mistewicz@samsung.com>2018-07-27 19:09:37 +0200
commit6971fe9ddf8613c8a6e0418a60d08a46edbf6f57 (patch)
tree8d44469426bfcaa7a2647f53068e7ddf2f6614ab /tct
parentb02ac60dac018109ca2a1fa5a418ee2e15413863 (diff)
downloadmajor-6971fe9ddf8613c8a6e0418a60d08a46edbf6f57.tar.gz
major-6971fe9ddf8613c8a6e0418a60d08a46edbf6f57.tar.bz2
major-6971fe9ddf8613c8a6e0418a60d08a46edbf6f57.zip
As TITS has been moved on a new hardware some values had to be readjusted. Images are now preserved for a week. Only images of interest are being checked and downloaded. Change-Id: I22c4e494cd86eb0259ebbb97e4d6e5d6734fece7
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"