From 0d5c8add8596fb10d6e8603b3601770ca78a165f Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 9 Feb 2019 17:14:15 +0100 Subject: Increase juju_epc timeout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It fails 4 times in functest-virtual (out of 34) due to a possible slow bandwidth (e.g. [1]). [1] https://build.opnfv.org/ci/job/functest-opnfv-functest-vnf-latest-juju_epc-run/24/console Change-Id: Ie1aa69464f8dd0fa1a15900e7d49576368187a44 Signed-off-by: Cédric Ollivier --- functest/opnfv_tests/vnf/epc/juju_epc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functest/opnfv_tests/vnf') diff --git a/functest/opnfv_tests/vnf/epc/juju_epc.py b/functest/opnfv_tests/vnf/epc/juju_epc.py index 3830907a6..102f77d96 100644 --- a/functest/opnfv_tests/vnf/epc/juju_epc.py +++ b/functest/opnfv_tests/vnf/epc/juju_epc.py @@ -79,7 +79,7 @@ class JujuEpc(singlevm.VmReady2): flavor_alt_vcpus = 1 flavor_alt_disk = 10 - juju_timeout = '3600' + juju_timeout = '4800' def __init__(self, **kwargs): if "case_name" not in kwargs: -- cgit 1.2.3-korg