aboutsummaryrefslogtreecommitdiffstats
path: root/functest/core
diff options
context:
space:
mode:
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):