X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2Fdeploy.sh;h=0382bb3606084f0a95cffc02536e34224109cdb5;hb=5e5881112d62c2089dd13b805682cfe2e9b878b5;hp=a374d3948a5101badde321f6e4dd256fc46378d7;hpb=8b789671698a9e7b262a5e7875d7a016c52bbcdf;p=joid.git 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))