commit | 2a0e3bd45d02478ae04726a3dfc4f42bf43bfdf1 | [log] [tgz] |
---|---|---|
author | eh552t <eh552t@intl.att.com> | Mon Sep 04 15:02:51 2017 +0200 |
committer | eh552t <eh552t@intl.att.com> | Mon Sep 04 15:03:00 2017 +0200 |
tree | b685981f92c940f85f5aaa0972840bdb4fad29b9 | |
parent | e04df49ec4b60f97585939677346ee5a1fa57cdc [diff] [blame] |
Increase timeout for containers to start Sometimes jenkins infrastructure is slow and timeout is reached Change-Id: I08fe82ea6268498bcb90efb4dacd4cdccfdaf82c Signed-off-by: eh552t <eh552t@intl.att.com> Issue-Id: CLAMP-42
diff --git a/test/csit/scripts/clamp/start_clamp_containers.sh b/test/csit/scripts/clamp/start_clamp_containers.sh index 23d3c56..02abe26 100755 --- a/test/csit/scripts/clamp/start_clamp_containers.sh +++ b/test/csit/scripts/clamp/start_clamp_containers.sh
@@ -28,7 +28,7 @@ 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