Increase containers start timeout 13/9113/1
authoreh552t <eh552t@intl.att.com>
Tue, 29 Aug 2017 12:42:49 +0000 (14:42 +0200)
committereh552t <eh552t@intl.att.com>
Tue, 29 Aug 2017 12:42:54 +0000 (14:42 +0200)
Increase the timeout for clamp and db containers to start
from 5 to 10 minutes due to slow jenkins environment

Change-Id: I5286bbe0d93c29eebb8ad1d82a0f63d9c2537f44
Signed-off-by: eh552t <eh552t@intl.att.com>
Issue-Id: CLAMP-28

test/csit/scripts/clamp/start_clamp_containers.sh

index 143012f..23d3c56 100755 (executable)
@@ -28,7 +28,7 @@ echo "This is ${WORKSPACE}/test/csit/scripts/clamp/start_clamp_containers.sh"
 docker-compose up -d
 
 # WAIT 5 minutes maximum and test every 5 seconds if Clamp up using HealthCheck API
-TIME_OUT=300
+TIME_OUT=600
 INTERVAL=5
 TIME=0
 while [ "$TIME" -lt "$TIME_OUT" ]; do