Re: [PATCH v2 05/30] tests/avocado: add explicit timeout for ppc64le 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 | 2 ++ 1 file changed, 2 insertions(+) Reviewed-by: Richard

[PATCH v2 05/30] tests/avocado: add explicit timeout for ppc64le 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/avocado/boot_linux.py