From 9c19bb9bb41e36d4ca70563649ced92ce7ab9b82 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 3 Aug 2018 06:19:22 +0200 Subject: Increase Cloudify create_server_timeout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- functest/core/cloudify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functest/core/cloudify.py') 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): -- cgit 1.2.3-korg