aboutsummaryrefslogtreecommitdiffstats
path: root/deploy
diff options
context:
space:
mode:
authorJonas Bjurel <jonas.bjurel@ericsson.com>2016-02-15 13:48:14 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-02-15 13:48:15 +0000
commit0a8a364120f90b996ddb2dcab23819c7b100765f (patch)
treef5798b0a95a7992cce770f862f03f738abe30d57 /deploy
parent1696e7894b8ed254064321d68315f704ac2c7c3b (diff)
parent93812ede1ee0e6a42455ea89ee277a92147ed730 (diff)
Merge "Fixed deployment timeout and OVSNFV plugin build" into stable/brahmaputra
Diffstat (limited to 'deploy')
-rw-r--r--deploy/cloud/deployment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/cloud/deployment.py b/deploy/cloud/deployment.py
index 63c8c1e53..42bab09bb 100644
--- a/deploy/cloud/deployment.py
+++ b/deploy/cloud/deployment.py
@@ -96,7 +96,7 @@ class Deployment(object):
print(log_msg + '\n')
def run_deploy(self):
- WAIT_LOOP = 180
+ WAIT_LOOP = 240
SLEEP_TIME = 60
LOG_FILE = 'cloud.log'