summaryrefslogtreecommitdiffstats
path: root/ci/01-deploybundle.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-06-28 15:03:32 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2016-06-28 15:26:01 -0500
commit9f2d0ae85f6439841c18d694064a70a2340a4b80 (patch)
tree3e4c10a57d72ad2123af8088fff9d5bf9eecf50a /ci/01-deploybundle.sh
parentf0bb3fd8968dfbe8c887769d397058752a203431 (diff)
modified for nosdn timeout and OCL bundle.
Change-Id: Ie7c1e64a0c85b1508113fb294394b07ff395e812 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/01-deploybundle.sh')
-rwxr-xr-xci/01-deploybundle.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/01-deploybundle.sh b/ci/01-deploybundle.sh
index ef93aea2..41a443b5 100755
--- a/ci/01-deploybundle.sh
+++ b/ci/01-deploybundle.sh
@@ -36,7 +36,7 @@ check_status() {
juju status > status.txt
if [ "$(grep -c "executing" status.txt )" -ge 1 ]; then
echo " still executing the reltionship within charms ..."
- if [ $timeoutiter -ge 90 ]; then
+ if [ $timeoutiter -ge 60 ]; then
retval=1
fi
timeoutiter=$((timeoutiter+1))