summaryrefslogtreecommitdiffstats
path: root/ci/deploy.sh
diff options
context:
space:
mode:
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 bc146305..768f5e84 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -188,7 +188,7 @@ check_status() {
while [ $retval -eq 0 ]; do
if juju status | grep -q $waitstatus; then
echo -n '.'
- if [ $timeoutiter -ge 120 ]; then
+ if [ $timeoutiter -ge 180 ]; then
echo 'timed out'
retval=1
else