mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Reduce time for mysqladmin to try to shutdown servers from 70 to 20 seconds
This commit is contained in:
@ -4328,7 +4328,7 @@ sub run_testcase_stop_servers($$$) {
|
||||
{
|
||||
if ( $mysqld->{'pid'} )
|
||||
{
|
||||
$pid= mtr_mysqladmin_start($mysqld, "shutdown", 70);
|
||||
$pid= mtr_mysqladmin_start($mysqld, "shutdown", 20);
|
||||
|
||||
$admin_pids{$pid}= 1;
|
||||
|
||||
@ -4380,7 +4380,7 @@ sub run_testcase_stop_servers($$$) {
|
||||
{
|
||||
if ( $mysqld->{'pid'} )
|
||||
{
|
||||
$pid= mtr_mysqladmin_start($mysqld, "shutdown", 70);
|
||||
$pid= mtr_mysqladmin_start($mysqld, "shutdown", 20);
|
||||
|
||||
$admin_pids{$pid}= 1;
|
||||
|
||||
|
Reference in New Issue
Block a user