From 38cba4aa2c2cdfd17ea1aa0c29ee14ed7b2bf035 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 12 Feb 2019 21:52:59 +0100 Subject: Increase timeout to reach vnf API MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It increases the timeout in cloudify-based and clearwater-based testcases to allow running them in parallel (functest-virtual) [1]. [1] https://build.opnfv.org/ci/job/functest-latest-gate/54/ Change-Id: Ic637cb46a1380a683cb1e2b633cb97ac3be6affa Signed-off-by: Cédric Ollivier --- functest/core/cloudify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functest/core') diff --git a/functest/core/cloudify.py b/functest/core/cloudify.py index ac8e26743..73620241a 100644 --- a/functest/core/cloudify.py +++ b/functest/core/cloudify.py @@ -73,7 +73,7 @@ class Cloudify(singlevm.SingleVm2): self.__logger.info("Attemps running status of the Manager") secret_key = "foo" secret_value = "bar" - for loop in range(10): + for loop in range(20): try: self.__logger.debug( "status %s", self.cfy_client.manager.get_status()) -- cgit 1.2.3-korg