aboutsummaryrefslogtreecommitdiff
path: root/tests/avocado
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2022-09-14 16:59:25 +0100
committerAlex Bennée <alex.bennee@linaro.org>2022-09-20 15:14:59 +0100
commitb247dba067bf2808de6395ff09ff0cb220ed7c95 (patch)
tree8c082a4458e685562a85d50338c54ab5b3f1efb8 /tests/avocado
parent06a4c9cf2447578bea2e464daaf17c80c40f212b (diff)
downloadqemu-b247dba067bf2808de6395ff09ff0cb220ed7c95.zip
qemu-b247dba067bf2808de6395ff09ff0cb220ed7c95.tar.gz
qemu-b247dba067bf2808de6395ff09ff0cb220ed7c95.tar.bz2
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>
Diffstat (limited to 'tests/avocado')
-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 4f07c27..b7522ad 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