summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl000015.test
diff options
context:
space:
mode:
authormonty@donna.mysql.com <>2001-01-22 15:33:34 +0200
committermonty@donna.mysql.com <>2001-01-22 15:33:34 +0200
commitb3392db2900435caebf9d1b56d17a44db7c203cc (patch)
treeccd9b5c441de00d24eee19f6c4a55a4b4b7bfc6d /mysql-test/t/rpl000015.test
parent2d1082308b14c12c62141b31a4217f4487447ede (diff)
downloadmariadb-git-b3392db2900435caebf9d1b56d17a44db7c203cc.tar.gz
Fixes for OSF1
Made test more reliable on slow machines
Diffstat (limited to 'mysql-test/t/rpl000015.test')
-rw-r--r--mysql-test/t/rpl000015.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/rpl000015.test b/mysql-test/t/rpl000015.test
index b51a77ec873..db5b3c720b2 100644
--- a/mysql-test/t/rpl000015.test
+++ b/mysql-test/t/rpl000015.test
@@ -13,6 +13,7 @@ change master to master_host='127.0.0.1',master_user='root',
master_password='',master_port=9306;
show slave status;
slave start;
+sleep 3;
show slave status;
connection master;
drop table if exists foo;