mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
tests/functional: Bump the timeout of the sh4_tuxrun test
When running "make -j$(nproc) check SPEED=thorough", the sh4_tuxrun test is timing out for me, and using TIMEOUT_MULTIPLIER I can see that it clearly takes more than 100 seconds to finish. Thus increase the timeout setting of this test to avoid the problem. Message-ID: <20241204070757.663119-1-thuth@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
21b8db2299
commit
73a383dcba
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ test_timeouts = {
|
|||
'ppc64_tuxrun' : 420,
|
||||
'riscv64_tuxrun' : 120,
|
||||
's390x_ccw_virtio' : 420,
|
||||
'sh4_tuxrun' : 240,
|
||||
}
|
||||
|
||||
tests_generic_system = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue