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 42879bd7..f51ebe26 100755 --- a/ci/02-deploybundle.sh +++ b/ci/02-deploybundle.sh @@ -34,7 +34,7 @@ check_status() { juju status > status.txt if [ "$(grep -c "waiting" status.txt )" -ge 4 ]; then echo " still waiting for machines ..." - if [ $timeoutiter -ge 240 ]; then + if [ $timeoutiter -ge 360 ]; then retval=1 fi timeoutiter=$((timeoutiter+1)) |