From f0bb3fd8968dfbe8c887769d397058752a203431 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Tue, 28 Jun 2016 13:28:38 -0500 Subject: trying to resolv charm error by configure the cluster first then other relationship. Change-Id: Id4d7ceae20554d9952c45266ba1f827e43faaef6 Signed-off-by: Narinder Gupta --- ci/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/deploy.sh') 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)) -- cgit 1.2.3-korg