]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3731] Further increase timeouts
authorAndrei Pavel <andrei@isc.org>
Thu, 20 Mar 2025 06:34:30 +0000 (08:34 +0200)
committerAndrei Pavel <andrei@isc.org>
Thu, 20 Mar 2025 06:34:30 +0000 (08:34 +0200)
src/bin/admin/tests/meson.build
src/bin/keactrl/tests/meson.build

index 5b1937a7e26cf03a79ef1fd753e2e17d639218f0..ecb0e776379ec54b5db7c9de5fb913487188f3f7 100644 (file)
@@ -42,7 +42,7 @@ if MYSQL_DEP.found()
         is_parallel: false,
         priority: -1,
         suite: 'shell-tests',
-        timeout: 120,
+        timeout: 240,
     )
 endif
 pgsql_tests = configure_file(
@@ -57,7 +57,7 @@ if POSTGRESQL_DEP.found()
         is_parallel: false,
         priority: -1,
         suite: 'shell-tests',
-        timeout: 120,
+        timeout: 240,
     )
 endif
 # To create the output_dir
index 97ca4c75ad9a8c3e34de36399ebfe6c024dd0f9f..39ad39919b7ad2b53e200f839a825de00e023e68 100644 (file)
@@ -22,4 +22,5 @@ test(
     is_parallel: false,
     priority: -1,
     suite: 'shell-tests',
+    timeout: 60,
 )