]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3731] Further increase timeouts for tests
authorAndrei Pavel <andrei@isc.org>
Tue, 18 Mar 2025 07:26:30 +0000 (09:26 +0200)
committerAndrei Pavel <andrei@isc.org>
Tue, 18 Mar 2025 07:26:30 +0000 (09:26 +0200)
src/bin/admin/tests/meson.build
src/bin/dhcp4/tests/meson.build
src/bin/dhcp6/tests/meson.build
src/lib/mysql/tests/meson.build
src/lib/pgsql/tests/meson.build

index cee259134466f8b68e12cae370b1495e03abc2eb..5b1937a7e26cf03a79ef1fd753e2e17d639218f0 100644 (file)
@@ -42,7 +42,7 @@ if MYSQL_DEP.found()
         is_parallel: false,
         priority: -1,
         suite: 'shell-tests',
-        timeout: 60,
+        timeout: 120,
     )
 endif
 pgsql_tests = configure_file(
@@ -57,7 +57,7 @@ if POSTGRESQL_DEP.found()
         is_parallel: false,
         priority: -1,
         suite: 'shell-tests',
-        timeout: 60,
+        timeout: 120,
     )
 endif
 # To create the output_dir
index 9ae49c9f7aadadae00502204ac11fe19a2b2eda8..7cd0fe58fa94217b42fa2533a80b2d6a604f5c66 100644 (file)
@@ -156,5 +156,6 @@ test(
     protocol: 'gtest',
     is_parallel: false,
     priority: -1,
+    timeout: 60,
 )
 
index a7f6cccea483954904b1464074f67ed7fd4f1890..1051503321fdc8adcb1a98af41f54274a300933f 100644 (file)
@@ -158,5 +158,6 @@ test(
     protocol: 'gtest',
     is_parallel: false,
     priority: -1,
+    timeout: 60,
 )
 
index 9ee4081901f2736e6ad1857fd4adf0b7ccf77ac3..83b6784cb643e56dd5a9b62d90776b3ad58d1d6d 100644 (file)
@@ -23,4 +23,5 @@ test(
     protocol: 'gtest',
     is_parallel: false,
     priority: -1,
+    timeout: 60,
 )
index 18ed926da4d6036f70963d685795c2b6972d6f04..d4350b5f4a0c10ea9113c55ea70ea8966093dbe5 100644 (file)
@@ -24,4 +24,5 @@ test(
     protocol: 'gtest',
     is_parallel: false,
     priority: -1,
+    timeout: 60,
 )