summaryrefslogtreecommitdiff
path: root/mysql-test/include/rpl_stop_server.inc
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/include/rpl_stop_server.inc')
-rw-r--r--mysql-test/include/rpl_stop_server.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/include/rpl_stop_server.inc b/mysql-test/include/rpl_stop_server.inc
index 978cfec1885..049c3d5bbd2 100644
--- a/mysql-test/include/rpl_stop_server.inc
+++ b/mysql-test/include/rpl_stop_server.inc
@@ -47,8 +47,8 @@ if ($rpl_debug)
--exec echo "wait" > $MYSQLTEST_VARDIR/tmp/mysqld.$rpl_server_number.expect
# Send shutdown to the connected server and give
-# it 60 seconds to die before zapping it
-shutdown_server 60;
+# it 60 seconds (of mysqltest's default) to die before zapping it
+shutdown_server;
--source include/wait_until_disconnected.inc