diff options
author | Alex Bennée | 2022-10-27 20:36:12 +0200 |
---|---|---|
committer | Alex Bennée | 2022-10-31 21:37:58 +0100 |
commit | e6025635db6a6fb406a6910fc1b45ea597ea9f9e (patch) | |
tree | f322dcfb9741ce8574d8a5c243f9fa2798c4fbf0 /tests/avocado | |
parent | configure: fix the --enable-static --disable-pie case (diff) | |
download | qemu-e6025635db6a6fb406a6910fc1b45ea597ea9f9e.tar.gz qemu-e6025635db6a6fb406a6910fc1b45ea597ea9f9e.tar.xz qemu-e6025635db6a6fb406a6910fc1b45ea597ea9f9e.zip |
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>
Diffstat (limited to 'tests/avocado')
-rw-r--r-- | tests/avocado/boot_linux.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/avocado/boot_linux.py b/tests/avocado/boot_linux.py index b7522ad3a1..571d33882a 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): """ |