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:
fe0546b
)
Increase containers start timeout
13/9113/1
author
eh552t
<eh552t@intl.att.com>
Tue, 29 Aug 2017 12:42:49 +0000
(14:42 +0200)
committer
eh552t
<eh552t@intl.att.com>
Tue, 29 Aug 2017 12:42:54 +0000
(14:42 +0200)
Increase the timeout for clamp and db containers to start
from 5 to 10 minutes due to slow jenkins environment
Change-Id: I5286bbe0d93c29eebb8ad1d82a0f63d9c2537f44
Signed-off-by: eh552t <eh552t@intl.att.com>
Issue-Id: CLAMP-28
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
143012f
..
23d3c56
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=
3
00
+TIME_OUT=
6
00
INTERVAL=5
TIME=0
while [ "$TIME" -lt "$TIME_OUT" ]; do