diff options
Diffstat (limited to 'mysql-test/t/rpl000008.test')
-rw-r--r-- | mysql-test/t/rpl000008.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/rpl000008.test b/mysql-test/t/rpl000008.test index 58a00b4ffbb..d17190ef31d 100644 --- a/mysql-test/t/rpl000008.test +++ b/mysql-test/t/rpl000008.test @@ -18,7 +18,7 @@ drop table if exists choo; create table choo (k int); insert into choo values(55); connection slave; -sleep 2; +sleep 3; @r/rpl000008.result select foo.n,bar.m,choo.k from foo,bar,choo; connection master; drop table if exists foo,bar,choo; |