build/tests: Increase timeout multiplier in valgrind

CI is quite slow these days, so let's give valgrind more time
This commit is contained in:
Marco Trevisan (Treviño)
2025-02-13 20:32:34 +01:00
committed by Marco Trevisan
parent 830a9977c0
commit 3e653fe85b

View File

@@ -382,7 +382,7 @@ if valgrind.found() and libfprint_sanitizers.length() == 0
'--suppressions=' + python_suppressions, '--suppressions=' + python_suppressions,
] ]
add_test_setup('valgrind', add_test_setup('valgrind',
timeout_multiplier: 15, timeout_multiplier: 20,
exe_wrapper: libfprint_wrapper, exe_wrapper: libfprint_wrapper,
env: [ env: [
'G_SLICE=always-malloc', 'G_SLICE=always-malloc',