1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

mtr: increase timeouts under ASAN/UBSAN/MSAN

not only under valgrind
This commit is contained in:
Sergei Golubchik
2024-03-27 22:30:29 +01:00
parent bd0e751549
commit fc6711c636
5 changed files with 17 additions and 20 deletions

View File

@@ -31,11 +31,8 @@ if ($rpl_inited)
set @@global.log_warnings=0;
--enable_query_log
--let $server_shutdown_timeout= 60
if ($VALGRIND_TEST)
{
--let $server_shutdown_timeout= 300
}
--source include/slow_environ.inc
--let $server_shutdown_timeout= 60$_timeout_adjustment
if ($shutdown_timeout)
{