tests/tcg: bump TCG test timeout to 120s

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>
This commit is contained in:
Alex Bennée 2024-02-27 14:43:08 +00:00
parent 542b10bd14
commit cdb5bfc9f3

View File

@ -93,12 +93,9 @@ QEMU_OPTS=
# If TCG debugging, or TCI is enabled things are a lot slower # If TCG debugging, or TCI is enabled things are a lot slower
# ??? Makefile no longer has any indication that TCI is enabled, # so we have to set our timeout for that. The current worst case
# but for the record: # offender is the system memory test running under TCI.
# 15s original default TIMEOUT=120
# 60s with --enable-debug
# 90s with --enable-tcg-interpreter
TIMEOUT=90
ifeq ($(filter %-softmmu, $(TARGET)),) ifeq ($(filter %-softmmu, $(TARGET)),)
# The order we include is important. We include multiarch first and # The order we include is important. We include multiarch first and