summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-02-09 17:14:15 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2019-02-11 16:02:50 +0100
commit314faf01ac0da194088f5a821927f033026f17f0 (patch)
tree2aeaf49a4a4087e3edcaa7f6b93a1293f0140de5
parent9e7243a6673207b8018bf3fdf672fee3100df059 (diff)
Increase juju_epc timeout
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>
-rw-r--r--functest/opnfv_tests/vnf/epc/juju_epc.py2
1 files changed, 1 insertions, 1 deletions
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: