[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 19/22] tests/fp: Bump fp-test-mulAdd test timeout to 3 minutes
From: |
Alex Bennée |
Subject: |
[PULL 19/22] tests/fp: Bump fp-test-mulAdd test timeout to 3 minutes |
Date: |
Fri, 12 Jan 2024 11:04:32 +0000 |
From: Thomas Huth <thuth@redhat.com>
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>
diff --git a/tests/fp/meson.build b/tests/fp/meson.build
index 4ab89aaa960..114b4b483ea 100644
--- a/tests/fp/meson.build
+++ b/tests/fp/meson.build
@@ -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',
--
2.39.2
- [PULL 15/22] qtest: bump bios-table-test timeout to 9 minutes, (continued)
- [PULL 15/22] qtest: bump bios-table-test timeout to 9 minutes, Alex Bennée, 2024/01/12
- [PULL 12/22] qtest: bump boot-serial-test timeout to 3 minutes, Alex Bennée, 2024/01/12
- [PULL 13/22] qtest: bump qos-test timeout to 2 minutes, Alex Bennée, 2024/01/12
- [PULL 06/22] qtest: bump migration-test timeout to 8 minutes, Alex Bennée, 2024/01/12
- [PULL 11/22] qtest: bump prom-env-test timeout to 6 minutes, Alex Bennée, 2024/01/12
- [PULL 16/22] tests/qtest: Bump the device-introspect-test timeout to 12 minutes, Alex Bennée, 2024/01/12
- [PULL 02/22] tests/avocado: use snapshot=on in kvm_xen_guest, Alex Bennée, 2024/01/12
- [PULL 14/22] qtest: bump aspeed_smc-test timeout to 6 minutes, Alex Bennée, 2024/01/12
- [PULL 21/22] readthodocs: fully specify a build environment, Alex Bennée, 2024/01/12
- [PULL 17/22] tests/unit: Bump test-aio-multithread test timeout to 2 minutes, Alex Bennée, 2024/01/12
- [PULL 19/22] tests/fp: Bump fp-test-mulAdd test timeout to 3 minutes,
Alex Bennée <=
- [PULL 18/22] tests/unit: Bump test-crypto-block test timeout to 5 minutes, Alex Bennée, 2024/01/12
- [PULL 20/22] mtest2make: stop disabling meson test timeouts, Alex Bennée, 2024/01/12
- [PULL 22/22] Revert "tests/avocado: remove skips from replay_kernel", Alex Bennée, 2024/01/12