ivankelly opened a new pull request #1864: Increase watch-znode.py connection timeout URL: https://github.com/apache/incubator-pulsar/pull/1864 watch-znode is used in integration tests to ensure that initialization has occurred before booting brokers and proxies. By default kazoo uses a 10 second connection timeout. However, on occasion zookeeper could take longer than 10 seconds to come up depending on the order that containers are started and the load on the machine. This patch increases the connect timeout to a very high value (1h). If zookeeper doesn't come up within the hour, the test will fail in other places, and the containers will be torn down.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
