diff options
Diffstat (limited to 'ci/02-deploybundle.sh')
-rwxr-xr-x | ci/02-deploybundle.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/02-deploybundle.sh b/ci/02-deploybundle.sh index 647d18b0..b24b728a 100755 --- a/ci/02-deploybundle.sh +++ b/ci/02-deploybundle.sh @@ -30,7 +30,7 @@ check_status() { while [ $retval -eq 0 ]; do sleep 30 juju status > status.txt - if [ "$(grep -c "waiting" status.txt )" -ge 2 ]; then + if [ "$(grep -c "waiting" status.txt )" -ge 3 ]; then echo " still waiting for machines ..." if [ $timeoutiter -ge 240 ]; then retval=1 |