From 2f243af6395b29a781c77d71ec112a6ebeb7a058 Mon Sep 17 00:00:00 2001 From: Andrei Pavel Date: Tue, 7 Apr 2026 16:34:12 +0300 Subject: [PATCH] [#4446] Increase timeout of mysql_tests.sh --- src/bin/admin/tests/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/admin/tests/meson.build b/src/bin/admin/tests/meson.build index 2a4af41c00..ae56b587f6 100644 --- a/src/bin/admin/tests/meson.build +++ b/src/bin/admin/tests/meson.build @@ -44,7 +44,7 @@ if MYSQL_DEP.found() is_parallel: false, priority: -1, suite: 'shell-tests', - timeout: 960, + timeout: 1920, ) endif pgsql_tests = configure_file( -- 2.47.3