[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 18/43] tests/unit: Bump test-crypto-block test timeout to 5 mi
From: |
Alex Bennée |
Subject: |
[PATCH v2 18/43] tests/unit: Bump test-crypto-block test timeout to 5 minutes |
Date: |
Wed, 3 Jan 2024 17:33:24 +0000 |
From: Thomas Huth <thuth@redhat.com>
When running the tests in slow mode on a very loaded system and with
--enable-debug, the test-crypto-block can take longer than 4 minutes.
Bump the timeout to 5 minutes to make sure that it also passes in
such situations.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20231215070357.10888-15-thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
tests/unit/meson.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/unit/meson.build b/tests/unit/meson.build
index 0b0c7c14115..a99dec43120 100644
--- a/tests/unit/meson.build
+++ b/tests/unit/meson.build
@@ -173,6 +173,7 @@ test_env.set('G_TEST_BUILDDIR', meson.current_build_dir())
slow_tests = {
'test-aio-multithread' : 120,
+ 'test-crypto-block' : 300,
'test-crypto-tlscredsx509': 45,
'test-crypto-tlssession': 45
}
--
2.39.2
- [PATCH v2 36/43] plugins: Use different helpers when reading registers, (continued)
- [PATCH v2 36/43] plugins: Use different helpers when reading registers, Alex Bennée, 2024/01/03
- [PATCH v2 20/43] mtest2make: stop disabling meson test timeouts, Alex Bennée, 2024/01/03
- [PATCH v2 22/43] hw/riscv: Use misa_mxl instead of misa_mxl_max, Alex Bennée, 2024/01/03
- [PATCH v2 39/43] contrib/plugins: fix imatch, Alex Bennée, 2024/01/03
- [PATCH v2 42/43] docs/devel: lift example and plugin API sections up, Alex Bennée, 2024/01/03
- [PATCH v2 19/43] tests/fp: Bump fp-test-mulAdd test timeout to 3 minutes, Alex Bennée, 2024/01/03
- [PATCH v2 18/43] tests/unit: Bump test-crypto-block test timeout to 5 minutes,
Alex Bennée <=
- [PATCH v2 37/43] gdbstub: expose api to find registers, Alex Bennée, 2024/01/03
- [PATCH v2 41/43] contrib/plugins: optimise the register value tracking, Alex Bennée, 2024/01/03
- [PATCH v2 30/43] gdbstub: Use GDBFeature for GDBRegisterState, Alex Bennée, 2024/01/03
- [PATCH v2 24/43] target/riscv: Move misa_mxl_max to class, Alex Bennée, 2024/01/03
- [PATCH v2 29/43] gdbstub: Use GDBFeature for gdb_register_coprocessor, Alex Bennée, 2024/01/03
- [PATCH v2 26/43] target/arm: Use GDBFeature for dynamic XML, Alex Bennée, 2024/01/03
- [PATCH v2 21/43] readthodocs: fully specify a build environment, Alex Bennée, 2024/01/03
- [PATCH v2 38/43] plugins: add an API to read registers, Alex Bennée, 2024/01/03