]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4592] Update meson.build
authorAndrei Pavel <andrei@isc.org>
Fri, 12 Jun 2026 06:46:45 +0000 (09:46 +0300)
committerAndrei Pavel <andrei@isc.org>
Mon, 15 Jun 2026 14:53:08 +0000 (17:53 +0300)
meson.build

index a898e8842a87becffb4ca9255ad81a3f62b2c047..94277768bcc276495e2ece885bb90aefebfd878e 100644 (file)
@@ -991,7 +991,7 @@ endif
 if valgrind.found()
     add_test_setup(
         'valgrind',
-        timeout_multiplier:8,
+        timeout_multiplier: 32,
         exe_wrapper: [
             valgrind,
             '--error-exitcode=0',
@@ -1008,7 +1008,7 @@ if valgrind.found()
     )
     add_test_setup(
         'valgrind_gen_suppressions',
-        timeout_multiplier:8,
+        timeout_multiplier: 32,
         exe_wrapper: [
             valgrind,
             '--error-exitcode=0',