Merge "Extend timeout"
authorGary Wu <gary.i.wu@huawei.com>
Mon, 13 Nov 2017 17:16:05 +0000 (17:16 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 13 Nov 2017 17:16:05 +0000 (17:16 +0000)
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