Code Review
/
integration.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
e04df49
)
Increase timeout for containers to start
25/10225/1
author
eh552t
<eh552t@intl.att.com>
Mon, 4 Sep 2017 13:02:51 +0000
(15:02 +0200)
committer
eh552t
<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
patch
|
blob
|
history
diff --git
a/test/csit/scripts/clamp/start_clamp_containers.sh
b/test/csit/scripts/clamp/start_clamp_containers.sh
index
23d3c56
..
02abe26
100755
(executable)
--- a/
test/csit/scripts/clamp/start_clamp_containers.sh
+++ b/
test/csit/scripts/clamp/start_clamp_containers.sh
@@
-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=
6
00
+TIME_OUT=
12
00
INTERVAL=5
TIME=0
while [ "$TIME" -lt "$TIME_OUT" ]; do