Re: [PATCH v2 03/30] tests/avocado: add explicit timeout for Aarch64 TCG tests

2022-09-15 Thread Richard Henderson
On 9/14/22 16:59, Alex Bennée wrote: We don't want to rely on the soon to be reduced default time. These tests are still slow for something we want to run in CI though. Signed-off-by: Alex Bennée --- tests/avocado/boot_linux.py | 1 + 1 file changed, 1 insertion(+) Reviewed-by: Richard Hend

[PATCH v2 03/30] tests/avocado: add explicit timeout for Aarch64 TCG tests

2022-09-14 Thread Alex Bennée
We don't want to rely on the soon to be reduced default time. These tests are still slow for something we want to run in CI though. Signed-off-by: Alex Bennée --- tests/avocado/boot_linux.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/avocado/boot_linux.py b/tests/avocado/boot_linu