aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-06-10 09:21:20 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2020-06-10 09:23:02 +0200
commit9c14969dc36d7fc7301a6a623a750b818c61f841 (patch)
tree8f944ddc493ed9ef1a13ddd7c58d0bbd80559f5d
parent7e5b420e0144f8c2db6d345a46ee650f13858f22 (diff)
Increase Shaker and Vmtp timeouts
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 <cedric.ollivier@orange.com>
-rw-r--r--functest/opnfv_tests/openstack/shaker/shaker.py2
-rw-r--r--functest/opnfv_tests/openstack/vmtp/vmtp.py2
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: