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:
Peter Hutterer 2021-06-09 19:38:49 +10:00
parent 9a65d90e88
commit d09df66aec

View file

@ -85,5 +85,5 @@ if valgrind.found()
'--error-exitcode=3',
],
env : valgrind_env,
timeout_multiplier : 100)
timeout_multiplier : 3)
endif