From: Cédric Ollivier Date: Fri, 3 Aug 2018 04:19:22 +0000 (+0200) Subject: Increase Cloudify create_server_timeout X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=be8654700bffbfee6ed57a0b5321df1876993877;p=functest.git 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 (cherry picked from commit 9c19bb9bb41e36d4ca70563649ced92ce7ab9b82) --- 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):