summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Bennée2022-09-14 17:59:25 +0200
committerAlex Bennée2022-09-20 16:14:59 +0200
commitb247dba067bf2808de6395ff09ff0cb220ed7c95 (patch)
tree8c082a4458e685562a85d50338c54ab5b3f1efb8
parenttests/avocado: add explicit timeout for s390 TCG tests (diff)
downloadqemu-b247dba067bf2808de6395ff09ff0cb220ed7c95.tar.gz
qemu-b247dba067bf2808de6395ff09ff0cb220ed7c95.tar.xz
qemu-b247dba067bf2808de6395ff09ff0cb220ed7c95.zip
tests/avocado: add explicit timeout for ppc64le TCG tests
We don't want to rely on the soon to be reduced default time. These tests are still slow for something we want to run in CI though. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20220914155950.804707-6-alex.bennee@linaro.org>
-rw-r--r--tests/avocado/boot_linux.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/avocado/boot_linux.py b/tests/avocado/boot_linux.py
index 4f07c27ac6..b7522ad3a1 100644
--- a/tests/avocado/boot_linux.py
+++ b/tests/avocado/boot_linux.py
@@ -115,6 +115,8 @@ class BootLinuxPPC64(LinuxTest):
:avocado: tags=arch:ppc64
"""
+ timeout = 180
+
def test_pseries_tcg(self):
"""
:avocado: tags=machine:pseries