mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
test: drop the valgrind timeout multiplier to 3
30s * 100 as timeout for a single test is a bit too much.
This commit is contained in:
parent
9a65d90e88
commit
d09df66aec
1 changed files with 1 additions and 1 deletions
|
|
@ -85,5 +85,5 @@ if valgrind.found()
|
||||||
'--error-exitcode=3',
|
'--error-exitcode=3',
|
||||||
],
|
],
|
||||||
env : valgrind_env,
|
env : valgrind_env,
|
||||||
timeout_multiplier : 100)
|
timeout_multiplier : 3)
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue