mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
tests/avocado: Raise timeout for boot_linux.py:BootLinuxPPC64.test_pseries_tcg
On my machine, a debug build of QEMU takes about 260 seconds to complete this test, so with the current timeout value of 180 seconds it always times out. Double the timeout value to 360 so the test definitely has enough time to complete. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20221110142901.3832318-1-peter.maydell@linaro.org> Message-Id: <20221117172532.538149-9-alex.bennee@linaro.org>
This commit is contained in:
parent
73ee4c55f7
commit
5d25e1e02c
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ class BootLinuxPPC64(LinuxTest):
|
|||
:avocado: tags=arch:ppc64
|
||||
"""
|
||||
|
||||
timeout = 180
|
||||
timeout = 360
|
||||
|
||||
def test_pseries_tcg(self):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue