aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2022-10-27 19:36:12 +0100
committerAlex Bennée <alex.bennee@linaro.org>2022-10-31 20:37:58 +0000
commite6025635db6a6fb406a6910fc1b45ea597ea9f9e (patch)
treef322dcfb9741ce8574d8a5c243f9fa2798c4fbf0
parent977cccb8451ecf0fd60388aec95dc9c1ab35afc8 (diff)
downloadqemu-e6025635db6a6fb406a6910fc1b45ea597ea9f9e.zip
qemu-e6025635db6a6fb406a6910fc1b45ea597ea9f9e.tar.gz
qemu-e6025635db6a6fb406a6910fc1b45ea597ea9f9e.tar.bz2
tests/avocado: extend the timeout for x86_64 tcg tests
These are timing out on gitlab. Acked-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20221027183637.2772968-7-alex.bennee@linaro.org>
-rw-r--r--tests/avocado/boot_linux.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/avocado/boot_linux.py b/tests/avocado/boot_linux.py
index b7522ad..571d338 100644
--- a/tests/avocado/boot_linux.py
+++ b/tests/avocado/boot_linux.py
@@ -19,6 +19,7 @@ class BootLinuxX8664(LinuxTest):
"""
:avocado: tags=arch:x86_64
"""
+ timeout = 480
def test_pc_i440fx_tcg(self):
"""