[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 04/30] tests/avocado: add explicit timeout for s390 TCG tests
From: |
Alex Bennée |
Subject: |
[PATCH v2 04/30] tests/avocado: add explicit timeout for s390 TCG tests |
Date: |
Wed, 14 Sep 2022 16:59:24 +0100 |
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>
---
tests/avocado/boot_linux.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/avocado/boot_linux.py b/tests/avocado/boot_linux.py
index 67a24fe51c..4f07c27ac6 100644
--- a/tests/avocado/boot_linux.py
+++ b/tests/avocado/boot_linux.py
@@ -130,6 +130,8 @@ class BootLinuxS390X(LinuxTest):
:avocado: tags=arch:s390x
"""
+ timeout = 240
+
@skipIf(os.getenv('GITLAB_CI'), 'Running on GitLab')
def test_s390_ccw_virtio_tcg(self):
"""
--
2.34.1
- [PATCH v2 05/30] tests/avocado: add explicit timeout for ppc64le TCG tests, (continued)
- [PATCH v2 05/30] tests/avocado: add explicit timeout for ppc64le TCG tests, Alex Bennée, 2022/09/14
- [PATCH v2 06/30] tests/avocado: split the AST2x00Machine classes, Alex Bennée, 2022/09/14
- [PATCH v2 09/30] tests/docker: update and flatten debian-hppa-cross, Alex Bennée, 2022/09/14
- [PATCH v2 08/30] tests/docker: update and flatten debian-alpha-cross, Alex Bennée, 2022/09/14
- [PATCH v2 10/30] tests/docker: update and flatten debian-m68k-cross, Alex Bennée, 2022/09/14
- [PATCH v2 07/30] tests/avocado: reduce the default timeout to 120s, Alex Bennée, 2022/09/14
- [PATCH v2 04/30] tests/avocado: add explicit timeout for s390 TCG tests,
Alex Bennée <=
- [PATCH v2 12/30] tests/docker: update and flatten debian-sh4-cross, Alex Bennée, 2022/09/14
- [PATCH v2 14/30] tests/docker: flatten debian-powerpc-test-cross, Alex Bennée, 2022/09/14
- [PATCH v2 16/30] tests/docker: remove amd64 qemu/debian10 dependency, Alex Bennée, 2022/09/14
- [PATCH v2 13/30] tests/docker: update and flatten debian-sparc64-cross, Alex Bennée, 2022/09/14
- [PATCH v2 15/30] tests/docker: remove tricore qemu/debian10 dependency, Alex Bennée, 2022/09/14
- [PATCH v2 19/30] gitlab-ci/custom-runners: Disable -static-pie for ubuntu-20.04-aarch64, Alex Bennée, 2022/09/14
- [PATCH v2 27/30] tests/docker: update and flatten debian-hexagon-cross, Alex Bennée, 2022/09/14