summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl_mystery22.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/rpl_mystery22.test')
-rw-r--r--mysql-test/t/rpl_mystery22.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/rpl_mystery22.test b/mysql-test/t/rpl_mystery22.test
index 371c5ba21ed..5280cb360dd 100644
--- a/mysql-test/t/rpl_mystery22.test
+++ b/mysql-test/t/rpl_mystery22.test
@@ -13,7 +13,7 @@ insert into t1 values(NULL);
insert into t1 values(NULL);
save_master_pos;
connection slave;
-sleep 1; # there is no way around this sleep - we have to wait until
+sleep 3; # there is no way around this sleep - we have to wait until
# the slave tries to run the query, fails and aborts slave thread
delete from t1 where n = 2;
slave start;