aboutsummaryrefslogtreecommitdiffstats
path: root/functest/core/cloudify.py
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-07-18 15:05:47 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2018-07-18 15:09:34 +0200
commitc391f57e6797e544d14285ca433b2499ed84cd5f (patch)
tree1bc1efa64735e9c324c9e367d1c0da15a38157ce /functest/core/cloudify.py
parentc4c3a33b9e6ae87c15331bf95e5544f0f680e4f0 (diff)
Increase timeout when creating servers
It takes times to prepare disk on compute nodes (spawning). The default value is enough for all cirros VMs but it has to be increased for all cloudify VMs (4.1G). Change-Id: I3f1fc0142a73c586e9219a2718bfc467cc48e275 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'functest/core/cloudify.py')
-rw-r--r--functest/core/cloudify.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/functest/core/cloudify.py b/functest/core/cloudify.py
index b048ed1d4..655c5f5be 100644
--- a/functest/core/cloudify.py
+++ b/functest/core/cloudify.py
@@ -31,6 +31,7 @@ class Cloudify(singlevm.SingleVm2):
flavor_disk = 50
username = 'centos'
ssh_connect_loops = 12
+ create_server_timeout = 240
ports = [80, 443, 5671, 53333]
def __init__(self, **kwargs):