diff options
author | 2016-10-07 23:42:57 -0500 | |
---|---|---|
committer | 2016-10-07 23:43:33 -0500 | |
commit | d2d6923d759fbed5ad5147c95f9cb9f9051c8b11 (patch) | |
tree | 325265fd5abc6c4c04d6db49aa8ea76439ddb57b /ci/deploy.sh | |
parent | c262781dca8f2459e0e29ae1a88833ef41e4ed21 (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-x | ci/deploy.sh | 2 |
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)) |