]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
tests/fp: Bump fp-test-mulAdd test timeout to 3 minutes
authorThomas Huth <thuth@redhat.com>
Fri, 15 Dec 2023 07:03:56 +0000 (08:03 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 12 Jan 2024 13:23:48 +0000 (13:23 +0000)
When running the tests in slow mode with --enable-debug on a very loaded
system, the  fp-test-mulAdd test can take longer than 2 minutes. Bump the
timeout to three minutes to make sure it passes in such situations, too.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20231215070357.10888-16-thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
tests/fp/meson.build

index 4ab89aaa960840732ef3d61c1ce7a316f657ccbe..114b4b483ea772648b91b2745a616e17ef2ed363 100644 (file)
@@ -124,7 +124,7 @@ test('fp-test-mulAdd', fptest,
      # no fptest_rounding_args
      args: fptest_args +
            ['f16_mulAdd', 'f32_mulAdd', 'f64_mulAdd', 'f128_mulAdd'],
-     suite: ['softfloat-slow', 'softfloat-ops-slow', 'slow'], timeout: 90)
+     suite: ['softfloat-slow', 'softfloat-ops-slow', 'slow'], timeout: 180)
 
 executable(
   'fp-bench',