summaryrefslogtreecommitdiffstats
path: root/ci/onos
diff options
context:
space:
mode:
Diffstat (limited to 'ci/onos')
-rw-r--r--ci/onos/01-deploybundle.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/ci/onos/01-deploybundle.sh b/ci/onos/01-deploybundle.sh
index bf7309d6..b2f9367a 100644
--- a/ci/onos/01-deploybundle.sh
+++ b/ci/onos/01-deploybundle.sh
@@ -81,19 +81,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