]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/avocado: Raise timeout for boot_linux.py:BootLinuxPPC64.test_pseries_tcg
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 17 Nov 2022 17:25:27 +0000 (17:25 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 22 Nov 2022 09:52:23 +0000 (09:52 +0000)
commit5d25e1e02c5bd297197968668d4351806c65893e
tree0f0a789aa13773b35cc106fdb59aaf6ebb1083bd
parent73ee4c55f7ff95a835584ae54bf840b9281b11d7
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>
tests/avocado/boot_linux.py