Increase timeout for containers to start 25/10225/1
authoreh552t <eh552t@intl.att.com>
Mon, 4 Sep 2017 13:02:51 +0000 (15:02 +0200)
committereh552t <eh552t@intl.att.com>
Mon, 4 Sep 2017 13:03:00 +0000 (15:03 +0200)
Sometimes jenkins infrastructure is slow and timeout is reached

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

test/csit/scripts/clamp/start_clamp_containers.sh

index 23d3c56..02abe26 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=600
+TIME_OUT=1200
 INTERVAL=5
 TIME=0
 while [ "$TIME" -lt "$TIME_OUT" ]; do