]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3731] Further increase timeouts of tests that are timing out
authorAndrei Pavel <andrei@isc.org>
Thu, 13 Mar 2025 12:59:04 +0000 (14:59 +0200)
committerFrancis Dupont <fdupont@isc.org>
Thu, 13 Mar 2025 17:03:38 +0000 (18:03 +0100)
src/bin/admin/tests/meson.build
src/hooks/dhcp/lease_query/tests/meson.build
src/hooks/dhcp/mysql/tests/meson.build
src/hooks/dhcp/pgsql/tests/meson.build
src/lib/dhcpsrv/tests/meson.build

index 502c0e0964f2041a613cfccd07e5fb4da874271f..cee259134466f8b68e12cae370b1495e03abc2eb 100644 (file)
@@ -42,6 +42,7 @@ if MYSQL_DEP.found()
         is_parallel: false,
         priority: -1,
         suite: 'shell-tests',
+        timeout: 60,
     )
 endif
 pgsql_tests = configure_file(
@@ -56,6 +57,7 @@ if POSTGRESQL_DEP.found()
         is_parallel: false,
         priority: -1,
         suite: 'shell-tests',
+        timeout: 60,
     )
 endif
 # To create the output_dir
index 48b6a8718add18a5d74a7ee2b9c084f6d8a65e1c..68d26aad5b5e160eab38e3bb09dc86d8018eee15 100644 (file)
@@ -47,4 +47,5 @@ test(
     protocol: 'gtest',
     is_parallel: false,
     priority: -1,
+    timeout: 60,
 )
index 816778168e453d8d53502858e984affce00bd755..8e8549a5118e899ab932446bdab4e73a671c6fc5 100644 (file)
@@ -31,5 +31,5 @@ test(
     protocol: 'gtest',
     is_parallel: false,
     priority: -1,
-    timeout: 240,
+    timeout: 480,
 )
index 36716c62102dd5468bc9885c289e6d7d53c6b2a8..4a16a221a4dec5e240728571ae1f41fcba6ff8df 100644 (file)
@@ -30,5 +30,5 @@ test(
     protocol: 'gtest',
     is_parallel: false,
     priority: -1,
-    timeout: 240,
+    timeout: 480,
 )
index 3557286336c7703b036b418052efa3c11d4c438f..648e97f14dd75f822e12af50d48bc052d9438c3a 100644 (file)
@@ -139,6 +139,6 @@ test(
     protocol: 'gtest',
     is_parallel: false,
     priority: -1,
-    timeout: 60,
+    timeout: 120,
 )