From 023a4c7d0cb85d3b624ee946097e721880169371 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 6 Nov 2018 10:25:08 +0100 Subject: Increase Vmtp timeouts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It now conforms with other testcases booting ubuntu images. Change-Id: If9b610646ee5dcb2eb002d74dff8e1a797a4f232 Signed-off-by: Cédric Ollivier --- functest/opnfv_tests/openstack/vmtp/vmtp.py | 1 + 1 file changed, 1 insertion(+) (limited to 'functest/opnfv_tests/openstack') 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: -- cgit 1.2.3-korg