diff options
Diffstat (limited to 'repl-tests/test-dump/run.test')
-rw-r--r-- | repl-tests/test-dump/run.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repl-tests/test-dump/run.test b/repl-tests/test-dump/run.test index 22fa37e5ffd..c714186a67b 100644 --- a/repl-tests/test-dump/run.test +++ b/repl-tests/test-dump/run.test @@ -14,7 +14,7 @@ load data infile '/usr/dict/words' into table words; drop table if exists words1; create table words1 (word char(20) not null); load data infile '/usr/dict/words' into table words1; -sleep 5; +sleep 20; connection slave; use test; drop table if exists words; |