diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-11-06 10:25:08 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-11-06 10:25:08 +0100 |
commit | 023a4c7d0cb85d3b624ee946097e721880169371 (patch) | |
tree | 1bd59bf82f9ee6d815db2ced7306632938ca5bd5 | |
parent | 61b708cc0987bf48d07df9d46ed25e4b42c15efc (diff) |
Increase Vmtp timeouts
It now conforms with other testcases booting ubuntu images.
Change-Id: If9b610646ee5dcb2eb002d74dff8e1a797a4f232
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | functest/opnfv_tests/openstack/vmtp/vmtp.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/functest/opnfv_tests/openstack/vmtp/vmtp.py b/functest/opnfv_tests/openstack/vmtp/vmtp.py index d37e344ce..2e0be28ad 100644 --- a/functest/opnfv_tests/openstack/vmtp/vmtp.py +++ b/functest/opnfv_tests/openstack/vmtp/vmtp.py @@ -50,6 +50,7 @@ class Vmtp(singlevm.VmReady2): flavor_ram = 2048 flavor_vcpus = 1 flavor_disk = 0 + create_server_timeout = 300 def __init__(self, **kwargs): if "case_name" not in kwargs: |