From b46de9e8a6d2a87d6e475b6ee9bf66c2c2b9761f Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Mon, 14 Aug 2017 16:42:21 -0500 Subject: adjusting the timeout while reading status. Change-Id: I26829677f4688e75edf607b2fcd839385523c5aa 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 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 -- cgit 1.2.3-korg