aboutsummaryrefslogtreecommitdiffstats
path: root/functest/core
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-08-03 06:19:22 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2018-08-03 06:21:45 +0200
commit9c19bb9bb41e36d4ca70563649ced92ce7ab9b82 (patch)
tree762e0c6c8c2c0befbfa2488db05b2ef297b68253 /functest/core
parent05673e269855dd3dad1518e9579861e25c395434 (diff)
Increase Cloudify create_server_timeout
The timeout has been reached when running multiple vnfs in parallel. Only few additional seconds seemed required here. Change-Id: I0d6e38e827c581edb617bb0cc13249645468a2aa Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'functest/core')
-rw-r--r--functest/core/cloudify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/core/cloudify.py b/functest/core/cloudify.py
index 158929b2c..a760b9fa2 100644
--- a/functest/core/cloudify.py
+++ b/functest/core/cloudify.py
@@ -31,7 +31,7 @@ class Cloudify(singlevm.SingleVm2):
flavor_disk = 40
username = 'centos'
ssh_connect_loops = 12
- create_server_timeout = 300
+ create_server_timeout = 600
ports = [80, 443, 5671, 53333]
def __init__(self, **kwargs):