diff options
author | unknown <sasha@mysql.sashanet.com> | 2000-10-01 21:26:29 -0600 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2000-10-01 21:26:29 -0600 |
commit | b595ea8c2d29f7281bb50b47ccd436ada6a52df9 (patch) | |
tree | ba577a46649d92defc0936bb7a199cf1daa1770a /repl-tests/test-repl | |
parent | 323905c1c31e7a07057d80495d06ba7a3c45ece1 (diff) | |
download | mariadb-git-b595ea8c2d29f7281bb50b47ccd436ada6a52df9.tar.gz |
Need to commit to be able to pull to be able to push to fix an oops
repl-tests/test-dump/run.test:
increased wait for propogation
repl-tests/test-repl/run.test:
increased wait for propogation
Diffstat (limited to 'repl-tests/test-repl')
-rwxr-xr-x | repl-tests/test-repl/run.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repl-tests/test-repl/run.test b/repl-tests/test-repl/run.test index 79eb2281b85..cc93d964efa 100755 --- a/repl-tests/test-repl/run.test +++ b/repl-tests/test-repl/run.test @@ -18,7 +18,7 @@ insert into foo values(1),(2); @foo-dump-master.master select * from foo; @sum-wlen-master.master select sum(length(word)) from words; connection slave; -sleep 5; +sleep 15; use test; @sum-wlen-slave.master select sum(length(word)) from words; @foo-dump-slave.master select * from foo; |