From 9c14969dc36d7fc7301a6a623a750b818c61f841 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 10 Jun 2020 09:21:20 +0200 Subject: Increase Shaker and Vmtp timeouts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They now run in parallel of rally_full and rally_jobs which increases all operation durations. Change-Id: I72014b9d87a716b09f3ace819ba91faf30d2b9a1 Signed-off-by: Cédric Ollivier --- functest/opnfv_tests/openstack/shaker/shaker.py | 2 +- functest/opnfv_tests/openstack/vmtp/vmtp.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functest/opnfv_tests/openstack/shaker/shaker.py b/functest/opnfv_tests/openstack/shaker/shaker.py index 57e033e8e..20bb42c02 100644 --- a/functest/opnfv_tests/openstack/shaker/shaker.py +++ b/functest/opnfv_tests/openstack/shaker/shaker.py @@ -39,7 +39,7 @@ class Shaker(singlevm.SingleVm2): username = 'debian' port = 9000 ssh_connect_loops = 12 - create_server_timeout = 300 + create_server_timeout = 600 shaker_timeout = '3600' quota_instances = -1 quota_cores = -1 diff --git a/functest/opnfv_tests/openstack/vmtp/vmtp.py b/functest/opnfv_tests/openstack/vmtp/vmtp.py index c4d6e8172..bb4ea4172 100644 --- a/functest/opnfv_tests/openstack/vmtp/vmtp.py +++ b/functest/opnfv_tests/openstack/vmtp/vmtp.py @@ -49,7 +49,7 @@ class Vmtp(singlevm.VmReady2): flavor_ram = 2048 flavor_vcpus = 1 flavor_disk = 0 - create_server_timeout = 300 + create_server_timeout = 600 def __init__(self, **kwargs): if "case_name" not in kwargs: -- cgit 1.2.3-korg