Commit 12d448fd authored by Sergei Golubchik's avatar Sergei Golubchik

mtr: increase more timeouts under debuggers

in particular, debug_sync timeout and wait_for_pos timeout
parent 429fdb5b
......@@ -256,6 +256,7 @@ sub pre_setup() {
$::opt_suite_timeout= 7 * 24 * 60; # in minutes
$::opt_shutdown_timeout= 24 * 60 *60; # in seconds
$::opt_start_timeout= 24 * 60 * 60; # in seconds
$::opt_debug_sync_timeout= 3000; # in seconds
}
}
......
......@@ -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 )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment