Skip to content

Commit

Permalink
tests/fp: Bump fp-test-mulAdd test timeout to 3 minutes
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
huth authored and stsquad committed Jan 12, 2024
1 parent e1b363e commit 92b1dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fp/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 92b1dba

Please sign in to comment.