From 47f9ff23bf14140a83db77152b8204abd27b649e Mon Sep 17 00:00:00 2001
From: Narinder Gupta <narinder.gupta@canonical.com>
Date: Thu, 7 Jan 2016 02:05:25 -0600
Subject: [PATCH] increase timeout for all deployments as virtual deployment
 takes more time.

Change-Id: I6d9d79cb6162c2def95a65e67f316f96e0b1665f
---
 ci/nosdn/01-deploybundle.sh        | 8 ++++----
 ci/odl/01-deploybundle.sh          | 8 ++++----
 ci/onos/01-deploybundle.sh         | 8 ++++----
 ci/opencontrail/01-deploybundle.sh | 8 ++++----
 4 files changed, 16 insertions(+), 16 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
 
diff --git a/ci/odl/01-deploybundle.sh b/ci/odl/01-deploybundle.sh
index eca968cc..94c9cdc6 100755
--- a/ci/odl/01-deploybundle.sh
+++ b/ci/odl/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
 
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
 
diff --git a/ci/opencontrail/01-deploybundle.sh b/ci/opencontrail/01-deploybundle.sh
index 19d67a60..dd2e49ba 100755
--- a/ci/opencontrail/01-deploybundle.sh
+++ b/ci/opencontrail/01-deploybundle.sh
@@ -76,19 +76,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
 
-- 
2.16.6