summaryrefslogtreecommitdiffstats
path: root/ci/nosdn
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-01-07 02:05:25 -0600
committerNarinder Gupta <narinder.gupta@canonical.com>2016-01-07 02:05:25 -0600
commit47f9ff23bf14140a83db77152b8204abd27b649e (patch)
treea1479f6c1a1d5ed2f2bb33c267d1c672a02d6502 /ci/nosdn
parent35f32f109823e43e4db671660aee76f35d7b760c (diff)
increase timeout for all deployments as virtual deployment takes
more time. Change-Id: I6d9d79cb6162c2def95a65e67f316f96e0b1665f
Diffstat (limited to 'ci/nosdn')
-rwxr-xr-xci/nosdn/01-deploybundle.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/ci/nosdn/01-deploybundle.sh b/ci/nosdn/01-deploybundle.sh
index 5d5b631c..1ad44a9b 100755
--- a/ci/nosdn/01-deploybundle.sh
+++ b/ci/nosdn/01-deploybundle.sh
@@ -75,19 +75,19 @@ echo "... Deployment Started ...."
case "$1" in
'nonha' )
juju-deployer -vW -d -c bundles.yaml trusty-"$2"-nodes
- juju-deployer -vW -d -t 3600 -c bundles.yaml trusty-"$2"
+ juju-deployer -vW -d -t 7200 -c bundles.yaml trusty-"$2"
;;
'ha' )
juju-deployer -vW -d -c bundles.yaml trusty-"$2"-nodes
- juju-deployer -vW -d -t 3600 -c bundles.yaml trusty-"$2"
+ juju-deployer -vW -d -t 7200 -c bundles.yaml trusty-"$2"
;;
'tip' )
juju-deployer -vW -d -c bundles.yaml trusty-"$2"-nodes
- juju-deployer -vW -d -t 3600 -c bundles.yaml trusty-"$2"
+ juju-deployer -vW -d -t 7200 -c bundles.yaml trusty-"$2"
;;
* )
juju-deployer -vW -d -c bundles.yaml trusty-"$2"-nodes
- juju-deployer -vW -d -t 3600 -c bundles.yaml trusty-"$2"
+ juju-deployer -vW -d -t 7200 -c bundles.yaml trusty-"$2"
;;
esac