[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 02/27] tests/tcg: bump TCG test timeout to 120s
From: |
Alex Bennée |
Subject: |
[PATCH v3 02/27] tests/tcg: bump TCG test timeout to 120s |
Date: |
Mon, 26 Feb 2024 16:56:21 +0000 |
This is less than ideal but easier than making sure we get all the
iterations of the memory test. Update the comment accordingly.
Message-Id: <20240223162202.1936541-3-alex.bennee@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
---
tests/tcg/Makefile.target | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/tests/tcg/Makefile.target b/tests/tcg/Makefile.target
index 8cf65f68dd8..a4c25908fb7 100644
--- a/tests/tcg/Makefile.target
+++ b/tests/tcg/Makefile.target
@@ -93,12 +93,9 @@ QEMU_OPTS=
# If TCG debugging, or TCI is enabled things are a lot slower
-# ??? Makefile no longer has any indication that TCI is enabled,
-# but for the record:
-# 15s original default
-# 60s with --enable-debug
-# 90s with --enable-tcg-interpreter
-TIMEOUT=90
+# so we have to set our timeout for that. The current worst case
+# offender is the system memory test running under TCI.
+TIMEOUT=120
ifeq ($(filter %-softmmu, $(TARGET)),)
# The order we include is important. We include multiarch first and
--
2.39.2
- [PATCH v3 00/27] maintainer updates for 9.0 pre-PR (tests, plugin register support), Alex Bennée, 2024/02/26
- [PATCH v3 01/27] tests/tcg: update licenses to GPLv2 as intended, Alex Bennée, 2024/02/26
- [PATCH v3 02/27] tests/tcg: bump TCG test timeout to 120s,
Alex Bennée <=
- [PATCH v3 11/27] hw/core/cpu: Remove gdb_get_dynamic_xml member, Alex Bennée, 2024/02/26
- [PATCH v3 04/27] target/ppc: Use GDBFeature for dynamic XML, Alex Bennée, 2024/02/26
- [PATCH v3 07/27] gdbstub: Use GDBFeature for GDBRegisterState, Alex Bennée, 2024/02/26
- [PATCH v3 03/27] target/arm: Use GDBFeature for dynamic XML, Alex Bennée, 2024/02/26
- [PATCH v3 08/27] gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb, Alex Bennée, 2024/02/26
- [PATCH v3 06/27] gdbstub: Use GDBFeature for gdb_register_coprocessor, Alex Bennée, 2024/02/26
- [PATCH v3 12/27] gdbstub: Add members to identify registers to GDBFeature, Alex Bennée, 2024/02/26
- [PATCH v3 09/27] gdbstub: Simplify XML lookup, Alex Bennée, 2024/02/26
- [PATCH v3 05/27] target/riscv: Use GDBFeature for dynamic XML, Alex Bennée, 2024/02/26
- [PATCH v3 13/27] plugins: remove previous n_vcpus functions from API, Alex Bennée, 2024/02/26