summaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-06-28 13:28:38 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2016-06-28 13:29:21 -0500
commitf0bb3fd8968dfbe8c887769d397058752a203431 (patch)
tree27ae4b7a3a314d6dd9c74192887130b6ff75cabd /ci/deploy.sh
parent12ebb176750bd938d145279981026d38bc46b2b2 (diff)
trying to resolv charm error by configure the cluster first then
other relationship. Change-Id: Id4d7ceae20554d9952c45266ba1f827e43faaef6 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 a374d394..0382bb36 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -136,7 +136,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))