[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 12/13] tests/avocado/boot_linux.py: Bump aarch64 virt test tim
From: |
Alex Bennée |
Subject: |
[PATCH v3 12/13] tests/avocado/boot_linux.py: Bump aarch64 virt test timeout to 720s |
Date: |
Thu, 17 Nov 2022 17:25:31 +0000 |
From: Peter Maydell <peter.maydell@linaro.org>
The two tests
tests/avocado/boot_linux.py:BootLinuxAarch64.test_virt_tcg_gicv2
tests/avocado/boot_linux.py:BootLinuxAarch64.test_virt_tcg_gicv3
take quite a long time to run, and the current timeout of 240s
is not enough for the tests to complete on slow machines:
we've seen these tests time out in the gitlab CI in the
'avocado-system-alpine' CI job, for instance. The timeout
is also insufficient for running the test with a debug build
of QEMU: on my machine the tests take over 10 minutes to run
in that config.
Push the timeout up to 720s so that the test definitely has
enough time to complete.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20221117111628.911686-1-peter.maydell@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
tests/avocado/boot_linux.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/avocado/boot_linux.py b/tests/avocado/boot_linux.py
index 79810be942..b3e58fa309 100644
--- a/tests/avocado/boot_linux.py
+++ b/tests/avocado/boot_linux.py
@@ -67,7 +67,7 @@ class BootLinuxAarch64(LinuxTest):
:avocado: tags=machine:virt
:avocado: tags=machine:gic-version=2
"""
- timeout = 240
+ timeout = 720
def add_common_args(self):
self.vm.add_args('-bios',
--
2.34.1
- Re: [PATCH v3 09/13] tests/avocado: introduce alpine virt test for CI, (continued)
- [PATCH v3 07/13] docs/devel: try and improve the language around patch review, Alex Bennée, 2022/11/17
- [PATCH v3 06/13] docs/devel: simplify the minimal checklist, Alex Bennée, 2022/11/17
- [PATCH v3 08/13] tests/avocado: Raise timeout for boot_linux.py:BootLinuxPPC64.test_pseries_tcg, Alex Bennée, 2022/11/17
- [PATCH v3 03/13] tests/docker: allow user to override check target, Alex Bennée, 2022/11/17
- [PATCH v3 13/13] ci: replace x86_64 macos-11 with aarch64 macos-12, Alex Bennée, 2022/11/17
- [PATCH v3 10/13] tests/avocado: skip aarch64 cloud TCG tests in CI, Alex Bennée, 2022/11/17
- [PATCH v3 12/13] tests/avocado/boot_linux.py: Bump aarch64 virt test timeout to 720s,
Alex Bennée <=
- [PATCH v3 11/13] gitlab: integrate coverage report, Alex Bennée, 2022/11/17