Hi, I'm wondering what the purpose of the Thread.sleep(1000) is in the TestingZooKeeperMain.blockUntilStarted() method. We have some features highly dependent on ZK-based services and these tests will start a testing ZK for each test. However most of the tests are otherwise very fast. The 1 second sleep adds up and makes the tests run unnecessarily slow.
Can this sleep be removed or reduced? Depending on a sleep for anything seems highly suspect in this case. Thanks, Martin
