From: Alex Bennée Date: Wed, 14 Sep 2022 15:59:25 +0000 (+0100) Subject: tests/avocado: add explicit timeout for ppc64le TCG tests X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b247dba067bf2808de6395ff09ff0cb220ed7c95;p=qemu.git tests/avocado: add explicit timeout for ppc64le TCG tests 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 Reviewed-by: Richard Henderson Message-Id: <20220914155950.804707-6-alex.bennee@linaro.org> --- diff --git a/tests/avocado/boot_linux.py b/tests/avocado/boot_linux.py index 4f07c27ac6..b7522ad3a1 100644 --- a/tests/avocado/boot_linux.py +++ b/tests/avocado/boot_linux.py @@ -115,6 +115,8 @@ class BootLinuxPPC64(LinuxTest): :avocado: tags=arch:ppc64 """ + timeout = 180 + def test_pseries_tcg(self): """ :avocado: tags=machine:pseries