From: Cédric Ollivier Date: Tue, 6 Nov 2018 09:25:08 +0000 (+0100) Subject: Increase Vmtp timeouts X-Git-Tag: opnfv-8.1.0~120^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F67%2F64567%2F1;p=functest.git Increase Vmtp timeouts It now conforms with other testcases booting ubuntu images. Change-Id: If9b610646ee5dcb2eb002d74dff8e1a797a4f232 Signed-off-by: Cédric Ollivier (cherry picked from commit 023a4c7d0cb85d3b624ee946097e721880169371) --- 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: