Increase juju_epc timeout 33/66933/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sat, 9 Feb 2019 16:14:15 +0000 (17:14 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 11 Feb 2019 15:04:10 +0000 (16:04 +0100)
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 <cedric.ollivier@orange.com>
functest/opnfv_tests/vnf/epc/juju_epc.py

index 3830907..102f77d 100644 (file)
@@ -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: