[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 02/27] tests/tcg: bump TCG test timeout to 120s
From: |
Alex Bennée |
Subject: |
[PATCH v2 02/27] tests/tcg: bump TCG test timeout to 120s |
Date: |
Fri, 23 Feb 2024 16:21:37 +0000 |
This is less than ideal but easier than making sure we get all the
iterations of the memory test. Update the comment accordingly.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
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
- Re: [PATCH v2 24/27] contrib/plugins: extend execlog to track register changes, (continued)
- [PATCH v2 23/27] contrib/plugins: fix imatch, Alex Bennée, 2024/02/23
- [PATCH v2 19/27] gdbstub: expose api to find registers, Alex Bennée, 2024/02/23
- [PATCH v2 11/27] hw/core/cpu: Remove gdb_get_dynamic_xml member, Alex Bennée, 2024/02/23
- [PATCH v2 05/27] target/riscv: Use GDBFeature for dynamic XML, Alex Bennée, 2024/02/23
- [PATCH v2 17/27] cpu: call plugin init hook asynchronously, Alex Bennée, 2024/02/23
- [PATCH v2 27/27] docs/devel: plugins can trigger a tb flush, Alex Bennée, 2024/02/23
- [PATCH v2 26/27] docs/devel: document some plugin assumptions, Alex Bennée, 2024/02/23
- [PATCH v2 04/27] target/ppc: Use GDBFeature for dynamic XML, Alex Bennée, 2024/02/23
- [PATCH v2 01/27] tests/tcg: update licenses to GPLv2 as intended, Alex Bennée, 2024/02/23
- [PATCH v2 02/27] tests/tcg: bump TCG test timeout to 120s,
Alex Bennée <=
- [PATCH v2 07/27] gdbstub: Use GDBFeature for GDBRegisterState, Alex Bennée, 2024/02/23
- [PATCH v2 10/27] gdbstub: Infer number of core registers from XML, Alex Bennée, 2024/02/23
- [PATCH v2 08/27] gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb, Alex Bennée, 2024/02/23
- [PATCH v2 14/27] plugins: add qemu_plugin_num_vcpus function, Alex Bennée, 2024/02/23
- [PATCH v2 13/27] plugins: remove previous n_vcpus functions from API, Alex Bennée, 2024/02/23
- [PATCH v2 12/27] gdbstub: Add members to identify registers to GDBFeature, Alex Bennée, 2024/02/23
- [PATCH v2 16/27] linux-user: ensure nios2 processes queued work, Alex Bennée, 2024/02/23
- [PATCH v2 18/27] plugins: Use different helpers when reading registers, Alex Bennée, 2024/02/23
- [PATCH v2 20/27] plugins: create CPUPluginState and migrate plugin_mask, Alex Bennée, 2024/02/23