diff options
author | Thomas Huth <thuth@redhat.com> | 2024-12-04 08:07:57 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2024-12-11 09:18:38 +0100 |
commit | 73a383dcbabe4ad29087c7beab11c433ffdf699d (patch) | |
tree | 811b4afeadff8e6ab2c92dfa7952d197c2b976c8 | |
parent | 21b8db229901a51f16aebe342c0508f588ea5006 (diff) | |
download | qemu-73a383dcbabe4ad29087c7beab11c433ffdf699d.zip qemu-73a383dcbabe4ad29087c7beab11c433ffdf699d.tar.gz qemu-73a383dcbabe4ad29087c7beab11c433ffdf699d.tar.bz2 |
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>
-rw-r--r-- | tests/functional/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/functional/meson.build b/tests/functional/meson.build index d6d2c01..f50bf61 100644 --- a/tests/functional/meson.build +++ b/tests/functional/meson.build @@ -34,6 +34,7 @@ test_timeouts = { 'ppc64_tuxrun' : 420, 'riscv64_tuxrun' : 120, 's390x_ccw_virtio' : 420, + 'sh4_tuxrun' : 240, } tests_generic_system = [ |