mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
mtr: increase timeouts under ASAN/UBSAN/MSAN
not only under valgrind
This commit is contained in:
@@ -25,11 +25,8 @@
|
||||
let $_slave_timeout= $slave_timeout;
|
||||
if (!$_slave_timeout)
|
||||
{
|
||||
let $_slave_timeout= 300;
|
||||
if ($VALGRIND_TEST)
|
||||
{
|
||||
let $_slave_timeout= 1500;
|
||||
}
|
||||
source include/slow_environ.inc;
|
||||
let $_slave_timeout= 300$_timeout_adjustment;
|
||||
}
|
||||
|
||||
--let $_master_log_file= query_get_value(SHOW SLAVE STATUS, Master_Log_File, 1)
|
||||
|
Reference in New Issue
Block a user