mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-12-20 03:30:10 +01: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:
parent
830a9977c0
commit
3e653fe85b
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue