qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 02/27] tests/tcg: bump TCG test timeout to 120s


From: Thomas Huth
Subject: Re: [PATCH v2 02/27] tests/tcg: bump TCG test timeout to 120s
Date: Fri, 23 Feb 2024 20:17:48 +0100
User-agent: Mozilla Thunderbird

On 23/02/2024 17.21, Alex Bennée wrote:
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

Reviewed-by: Thomas Huth <thuth@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]