diff options
-rw-r--r-- | functest/opnfv_tests/openstack/shaker/shaker.py | 2 | ||||
-rw-r--r-- | 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: |