]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4465] Bump up timeout of dhcp-ha-lib-tests
authorAndrei Pavel <andrei@isc.org>
Wed, 6 May 2026 11:29:25 +0000 (14:29 +0300)
committerAndrei Pavel <andrei@isc.org>
Wed, 6 May 2026 18:28:09 +0000 (21:28 +0300)
src/hooks/dhcp/high_availability/tests/meson.build

index 5665dff4a4796c28241f8e5b510142de3f74644b..8acffb724f6fdfcb0c9b02fdecd46c3a96e09c35 100644 (file)
@@ -31,5 +31,5 @@ test(
     protocol: 'gtest',
     is_parallel: false,
     priority: -1,
-    timeout: 60,
+    timeout: 120,
 )