summaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-10-07 23:42:57 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2016-10-07 23:43:33 -0500
commitd2d6923d759fbed5ad5147c95f9cb9f9051c8b11 (patch)
tree325265fd5abc6c4c04d6db49aa8ea76439ddb57b /ci/deploy.sh
parentc262781dca8f2459e0e29ae1a88833ef41e4ed21 (diff)
remove phase bundle to single bundle and test.
Change-Id: I2d04ea10f34d0bd578a635c63f27aae361293e18 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-xci/deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh
index c455727c..48c0d6e6 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -150,7 +150,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 60 ]; then
+ if [ $timeoutiter -ge 90 ]; then
retval=1
fi
timeoutiter=$((timeoutiter+1))