Re: [PATCH v4 70/71] tests/tcg: Increase timeout for TCI

2021-02-21 Thread Richard Henderson
On 2/17/21 10:09 PM, Thomas Huth wrote: >> -ifeq ($(CONFIG_DEBUG_TCG),y) >> +# If TCG debugging, or TCI is enabled things are a lot slower >> +ifneq ($(CONFIG_TCG_INTERPRETER),) >> +TIMEOUT=90 >> +else ifneq ($(CONFIG_DEBUG_TCG),) >>   TIMEOUT=60 >>   else >>   TIMEOUT=15 > > Reviewed-by: Thomas H

Re: [PATCH v4 70/71] tests/tcg: Increase timeout for TCI

2021-02-17 Thread Thomas Huth
On 17/02/2021 21.20, Richard Henderson wrote: The longest test at the moment seems to be a (slower) aarch64 host, for which test-mmap takes 64 seconds. Signed-off-by: Richard Henderson --- configure | 3 +++ tests/tcg/Makefile.target | 6 -- 2 files changed, 7 insertions

[PATCH v4 70/71] tests/tcg: Increase timeout for TCI

2021-02-17 Thread Richard Henderson
The longest test at the moment seems to be a (slower) aarch64 host, for which test-mmap takes 64 seconds. Signed-off-by: Richard Henderson --- configure | 3 +++ tests/tcg/Makefile.target | 6 -- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/configure b/confi