From d09df66aecccddce826d4b03d3d10a57b6311671 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 9 Jun 2021 19:38:49 +1000 Subject: [PATCH] test: drop the valgrind timeout multiplier to 3 30s * 100 as timeout for a single test is a bit too much. --- test/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/meson.build b/test/meson.build index b4ef227db..8ec2974ac 100644 --- a/test/meson.build +++ b/test/meson.build @@ -85,5 +85,5 @@ if valgrind.found() '--error-exitcode=3', ], env : valgrind_env, - timeout_multiplier : 100) + timeout_multiplier : 3) endif