diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2004-11-11 16:06:47 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2004-11-11 16:06:47 +0000 |
commit | 75f9f5f154e56f046f5769682ed6c7c31d72b947 (patch) | |
tree | 6fe24ba82639151dc4df9b446ef6f8f50b809d11 /mysql-test/mysql-test-run.sh | |
parent | 9fe89939d07837c84e3874a4fc97b444560f4575 (diff) | |
download | mariadb-git-75f9f5f154e56f046f5769682ed6c7c31d72b947.tar.gz |
mysql-test-run.sh:
made sleep time for second master larger so that it has time to start
mysql-test/mysql-test-run.sh:
made sleep time for second master larger so that it has time to start
Diffstat (limited to 'mysql-test/mysql-test-run.sh')
-rw-r--r-- | mysql-test/mysql-test-run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.sh b/mysql-test/mysql-test-run.sh index fcb9e5eee2d..27eae89922c 100644 --- a/mysql-test/mysql-test-run.sh +++ b/mysql-test/mysql-test-run.sh @@ -227,7 +227,7 @@ DO_CLIENT_GDB="" SLEEP_TIME_AFTER_RESTART=1 SLEEP_TIME_FOR_DELETE=10 SLEEP_TIME_FOR_FIRST_MASTER=400 # Enough time to create innodb tables -SLEEP_TIME_FOR_SECOND_MASTER=30 +SLEEP_TIME_FOR_SECOND_MASTER=400 SLEEP_TIME_FOR_FIRST_SLAVE=400 SLEEP_TIME_FOR_SECOND_SLAVE=30 CHARACTER_SET=latin1 |