mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
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>
This commit is contained in:
parent
977cccb845
commit
e6025635db
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ class BootLinuxX8664(LinuxTest):
|
||||||
"""
|
"""
|
||||||
:avocado: tags=arch:x86_64
|
:avocado: tags=arch:x86_64
|
||||||
"""
|
"""
|
||||||
|
timeout = 480
|
||||||
|
|
||||||
def test_pc_i440fx_tcg(self):
|
def test_pc_i440fx_tcg(self):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue