1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

mtr: increase more timeouts under debuggers

in particular, debug_sync timeout and wait_for_pos timeout
This commit is contained in:
Sergei Golubchik
2024-04-06 00:31:08 +02:00
parent 429fdb5bd6
commit 12d448fde9
2 changed files with 3 additions and 0 deletions

View File

@ -5662,6 +5662,8 @@ sub start_mysqltest ($) {
mtr_add_arg($args, "--result-file=%s", $tinfo->{'result_file'});
}
mtr_add_arg($args, "--wait-for-pos-timeout=%d", $opt_debug_sync_timeout);
client_debug_arg($args, "mysqltest");
if ( $opt_record )