From 3e653fe85bbe7e90dedbf0a3ae78d90c746a7052 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Thu, 13 Feb 2025 20:32:34 +0100 Subject: [PATCH] build/tests: Increase timeout multiplier in valgrind CI is quite slow these days, so let's give valgrind more time --- tests/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/meson.build b/tests/meson.build index df47631f..62d27190 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -382,7 +382,7 @@ if valgrind.found() and libfprint_sanitizers.length() == 0 '--suppressions=' + python_suppressions, ] add_test_setup('valgrind', - timeout_multiplier: 15, + timeout_multiplier: 20, exe_wrapper: libfprint_wrapper, env: [ 'G_SLICE=always-malloc',