Skip to content

Commit

Permalink
tests/avocado: Raise timeout for boot_linux.py:BootLinuxPPC64.test_ps…
Browse files Browse the repository at this point in the history
…eries_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: <20221111145529.4020801-11-alex.bennee@linaro.org>
  • Loading branch information
pm215 authored and stsquad committed Nov 15, 2022
1 parent 2a484a0 commit be16ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/avocado/boot_linux.py
Expand Up @@ -116,7 +116,7 @@ class BootLinuxPPC64(LinuxTest):
:avocado: tags=arch:ppc64
"""

timeout = 180
timeout = 360

def test_pseries_tcg(self):
"""
Expand Down

0 comments on commit be16ee9

Please sign in to comment.