[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 02/29] tests/tcg: bump TCG test timeout to 120s
From: |
Alex Bennée |
Subject: |
[PULL 02/29] tests/tcg: bump TCG test timeout to 120s |
Date: |
Wed, 28 Feb 2024 11:56:34 +0000 |
This is less than ideal but easier than making sure we get all the
iterations of the memory test. Update the comment accordingly.
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20240227144335.1196131-3-alex.bennee@linaro.org>
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
- [PULL 00/29] testing, gdbstub and plugin updates, Alex Bennée, 2024/02/28
- [PULL 02/29] tests/tcg: bump TCG test timeout to 120s,
Alex Bennée <=
- [PULL 01/29] tests/tcg: update licenses to GPLv2 as intended, Alex Bennée, 2024/02/28
- [PULL 03/29] tests/vm: avoid re-building the VM images all the time, Alex Bennée, 2024/02/28
- [PULL 04/29] tests/vm: update openbsd image to 7.4, Alex Bennée, 2024/02/28
- [PULL 06/29] target/ppc: Use GDBFeature for dynamic XML, Alex Bennée, 2024/02/28
- [PULL 07/29] target/riscv: Use GDBFeature for dynamic XML, Alex Bennée, 2024/02/28
- [PULL 08/29] gdbstub: Use GDBFeature for gdb_register_coprocessor, Alex Bennée, 2024/02/28
- [PULL 12/29] gdbstub: Infer number of core registers from XML, Alex Bennée, 2024/02/28
- [PULL 10/29] gdbstub: Change gdb_get_reg_cb and gdb_set_reg_cb, Alex Bennée, 2024/02/28
- [PULL 11/29] gdbstub: Simplify XML lookup, Alex Bennée, 2024/02/28
- [PULL 09/29] gdbstub: Use GDBFeature for GDBRegisterState, Alex Bennée, 2024/02/28