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:
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user