On Thu, 17 Nov 2022 at 17:25, Alex Bennée <alex.ben...@linaro.org> wrote: > > From: Peter Maydell <peter.mayd...@linaro.org> > > The two tests > tests/avocado/boot_linux.py:BootLinuxAarch64.test_virt_tcg_gicv2 > tests/avocado/boot_linux.py:BootLinuxAarch64.test_virt_tcg_gicv3 > > take quite a long time to run, and the current timeout of 240s > is not enough for the tests to complete on slow machines: > we've seen these tests time out in the gitlab CI in the > 'avocado-system-alpine' CI job, for instance. The timeout > is also insufficient for running the test with a debug build > of QEMU: on my machine the tests take over 10 minutes to run > in that config. > > Push the timeout up to 720s so that the test definitely has > enough time to complete.
Just to let you know, this patch is now upstream via target-arm.next, so you can drop it from your queue. thanks -- PMM