diff options
author | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2016-02-15 13:48:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-02-15 13:48:15 +0000 |
commit | 0a8a364120f90b996ddb2dcab23819c7b100765f (patch) | |
tree | f5798b0a95a7992cce770f862f03f738abe30d57 /deploy | |
parent | 1696e7894b8ed254064321d68315f704ac2c7c3b (diff) | |
parent | 93812ede1ee0e6a42455ea89ee277a92147ed730 (diff) |
Merge "Fixed deployment timeout and OVSNFV plugin build" into stable/brahmaputra
Diffstat (limited to 'deploy')
-rw-r--r-- | deploy/cloud/deployment.py | 2 |
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' |