mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
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:
committed by
Marco Trevisan
parent
830a9977c0
commit
3e653fe85b
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user