[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 07/30] tests/avocado: reduce the default timeout to 120s
From: |
Alex Bennée |
Subject: |
[PULL 07/30] tests/avocado: reduce the default timeout to 120s |
Date: |
Tue, 20 Sep 2022 18:15:10 +0100 |
We should be aiming to keep our tests under 2 minutes so lets reduce
the default timeout to that. Tests that we know take longer should
explicitly set a longer timeout.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220914155950.804707-8-alex.bennee@linaro.org>
diff --git a/tests/avocado/avocado_qemu/__init__.py
b/tests/avocado/avocado_qemu/__init__.py
index 5f1d3e551c..910f3ba1ea 100644
--- a/tests/avocado/avocado_qemu/__init__.py
+++ b/tests/avocado/avocado_qemu/__init__.py
@@ -229,7 +229,7 @@ def exec_command_and_wait_for_pattern(test, command,
class QemuBaseTest(avocado.Test):
# default timeout for all tests, can be overridden
- timeout = 900
+ timeout = 120
def _get_unique_tag_val(self, tag_name):
"""
--
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, 2022/09/20
- [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 <=
- [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
- [PULL 19/30] gitlab-ci/custom-runners: Disable -static-pie for ubuntu-20.04-aarch64, Alex Bennée, 2022/09/20
- [PULL 13/30] tests/docker: update and flatten debian-sparc64-cross, Alex Bennée, 2022/09/20
- [PULL 16/30] tests/docker: remove amd64 qemu/debian10 dependency, Alex Bennée, 2022/09/20
- [PULL 22/30] tests/docker: flatten debian-riscv64-test-cross, Alex Bennée, 2022/09/20
- [PULL 15/30] tests/docker: remove tricore qemu/debian10 dependency, Alex Bennée, 2022/09/20
- [PULL 25/30] tests/docker: update and flatten debian-amd64-cross, Alex Bennée, 2022/09/20
- [PULL 24/30] tests/lcitool: bump to latest version, Alex Bennée, 2022/09/20