From: Andrei Pavel Date: Thu, 20 Mar 2025 06:34:30 +0000 (+0200) Subject: [#3731] Further increase timeouts X-Git-Tag: Kea-2.7.7~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=438b9baefbfaca67eacae06842d319da039467b4;p=thirdparty%2Fkea.git [#3731] Further increase timeouts --- diff --git a/src/bin/admin/tests/meson.build b/src/bin/admin/tests/meson.build index 5b1937a7e2..ecb0e77637 100644 --- a/src/bin/admin/tests/meson.build +++ b/src/bin/admin/tests/meson.build @@ -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 diff --git a/src/bin/keactrl/tests/meson.build b/src/bin/keactrl/tests/meson.build index 97ca4c75ad..39ad39919b 100644 --- a/src/bin/keactrl/tests/meson.build +++ b/src/bin/keactrl/tests/meson.build @@ -22,4 +22,5 @@ test( is_parallel: false, priority: -1, suite: 'shell-tests', + timeout: 60, )