Extend timeout 53/23353/1
authorDan Timoney <dtimoney@att.com>
Mon, 13 Nov 2017 14:37:16 +0000 (09:37 -0500)
committerDan Timoney <dtimoney@att.com>
Mon, 13 Nov 2017 14:37:50 +0000 (09:37 -0500)
CSIT job fails because test starts before container is fully up

Issue-ID: SDNC-192

Change-Id: Iff32cac05a86d93f32d7c33ac320699e938b83d1
Signed-off-by: Dan Timoney <dtimoney@att.com>
test/csit/plans/sdnc/healthcheck/setup.sh

index 4fb66d8..78ab579 100644 (file)
@@ -68,8 +68,8 @@ curl -L https://github.com/docker/compose/releases/download/1.9.0/docker-compose
 chmod +x docker-compose
 ./docker-compose up -d
 
-# WAIT 5 minutes maximum and test every 5 seconds if SDNC is up using HealthCheck API
-TIME_OUT=500
+# WAIT 10 minutes maximum and test every 5 seconds if SDNC is up using HealthCheck API
+TIME_OUT=1000
 INTERVAL=30
 TIME=0
 while [ "$TIME" -lt "$TIME_OUT" ]; do