[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 04/30] tests/avocado: add explicit timeout for s390 TCG tests
From: |
Alex Bennée |
Subject: |
[PULL 04/30] tests/avocado: add explicit timeout for s390 TCG tests |
Date: |
Tue, 20 Sep 2022 18:15:07 +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>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20220914155950.804707-5-alex.bennee@linaro.org>
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
- [PULL 00/30] testing updates (docker, avocado, deprecate 32bit BE MIPS), Alex Bennée, 2022/09/20
- [PULL 01/30] gitlab: reduce targets in cross_user_build_job, Alex Bennée, 2022/09/20
- [PULL 02/30] tests/avocado/boot_linux_console: Fix the test_aarch64_xlnx_versal_virt test, Alex Bennée, 2022/09/20
- [PULL 04/30] tests/avocado: add explicit timeout for s390 TCG tests,
Alex Bennée <=
- [PULL 03/30] tests/avocado: add explicit timeout for Aarch64 TCG tests, Alex Bennée, 2022/09/20
- [PULL 05/30] tests/avocado: add explicit timeout for ppc64le TCG tests, Alex Bennée, 2022/09/20
- [PULL 08/30] tests/docker: update and flatten debian-alpha-cross, Alex Bennée, 2022/09/20
- [PULL 10/30] tests/docker: update and flatten debian-m68k-cross, Alex Bennée, 2022/09/20
- [PULL 09/30] tests/docker: update and flatten debian-hppa-cross, Alex Bennée, 2022/09/20
- [PULL 07/30] tests/avocado: reduce the default timeout to 120s, Alex Bennée, 2022/09/20
- [PULL 06/30] tests/avocado: split the AST2x00Machine classes, Alex Bennée, 2022/09/20
- [PULL 11/30] tests/docker: update and flatten debian-mips64-cross, Alex Bennée, 2022/09/20
- [PULL 17/30] tests/vm: Remove obsolete Fedora VM test, Alex Bennée, 2022/09/20