Increase timeout for run_virtlet_conformance
It is needed for saving report.xml in case if all tests
inside will fail by timeout. Otherwise test command will not
finish before all tests fails and report.xml will not be
generated.
Change-Id: I7bc74cd366b5270a37d096405235298d8f052af3
diff --git a/tcp_tests/managers/k8smanager.py b/tcp_tests/managers/k8smanager.py
index 5e8ea21..14ce79f 100644
--- a/tcp_tests/managers/k8smanager.py
+++ b/tcp_tests/managers/k8smanager.py
@@ -498,7 +498,7 @@
result = self.__underlay.check_call(cmd, node_name=self.ctl_host)
return result['stdout'].strip()
- def run_virtlet_conformance(self, timeout=60 * 60,
+ def run_virtlet_conformance(self, timeout=60 * 120,
log_file='virtlet_conformance.log'):
if self.__config.k8s.run_extended_virtlet_conformance:
ci_image = "cloud-images.ubuntu.com/xenial/current/" \