mirror of
https://github.com/morgan9e/libfprint-fpc1020
synced 2026-04-14 00:14:16 +09: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,
|
||||
]
|
||||
add_test_setup('valgrind',
|
||||
timeout_multiplier: 15,
|
||||
timeout_multiplier: 20,
|
||||
exe_wrapper: libfprint_wrapper,
|
||||
env: [
|
||||
'G_SLICE=always-malloc',
|
||||
|
||||
Reference in New Issue
Block a user