diff options
author | Dan Timoney <dtimoney@att.com> | 2017-11-13 09:37:16 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-11-13 09:37:50 -0500 |
commit | c23c0002bc8cd5f534d6be6673a64a309be8a874 (patch) | |
tree | ff163657693b5af41b09572e4ffd768b6546ea97 | |
parent | 564a58ff395ea0f6607fe34a7234bc155d97b580 (diff) |
Extend timeout
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>
-rw-r--r-- | test/csit/plans/sdnc/healthcheck/setup.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/csit/plans/sdnc/healthcheck/setup.sh b/test/csit/plans/sdnc/healthcheck/setup.sh index 4fb66d8c3..78ab579d9 100644 --- a/test/csit/plans/sdnc/healthcheck/setup.sh +++ b/test/csit/plans/sdnc/healthcheck/setup.sh @@ -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 |