]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3732] Further increase test timeouts
authorAndrei Pavel <andrei@isc.org>
Thu, 10 Apr 2025 18:00:16 +0000 (21:00 +0300)
committerAndrei Pavel <andrei@isc.org>
Thu, 10 Apr 2025 18:02:56 +0000 (21:02 +0300)
src/hooks/dhcp/mysql/tests/meson.build
src/hooks/dhcp/pgsql/tests/meson.build

index 8e8549a5118e899ab932446bdab4e73a671c6fc5..8d68a5075bb46b39e059ba8dc2863363c19ce075 100644 (file)
@@ -31,5 +31,5 @@ test(
     protocol: 'gtest',
     is_parallel: false,
     priority: -1,
-    timeout: 480,
+    timeout: 960,
 )
index 4a16a221a4dec5e240728571ae1f41fcba6ff8df..225babbdc77c8f83ed09dfd5d23826137c4a947d 100644 (file)
@@ -30,5 +30,5 @@ test(
     protocol: 'gtest',
     is_parallel: false,
     priority: -1,
-    timeout: 480,
+    timeout: 960,
 )