GitHub user rhauch opened a pull request: https://github.com/apache/kafka/pull/3774
MINOR: Increase timeout of Zookeeper service in system tests The previous timeout was 10 seconds, but system test failures have occurred when Zookeeper has started after about 11 seconds. Increasing the timeout to 30 seconds, since most of the time this extra time will not be required, and when it is it will prevent a failed system test. In addition to merging to `trunk`, please backport to the `0.11.x` and `0.10.2.x` branches. You can merge this pull request into a Git repository by running: $ git pull https://github.com/rhauch/kafka MINOR-Increase-timeout-of-zookeeper-service-in-system-tests Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/3774.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3774 ---- commit 83d508a0507124478c7648a8a3cd84102780d2a6 Author: Randall Hauch <rha...@gmail.com> Date: 2017-08-31T21:41:26Z MINOR: Increase timeout of Zookeeper service in system tests The previous timeout was 10 seconds, but system test failures have occurred when Zookeeper has started after about 11 seconds. Increasing the timeout to 30 seconds, since most of the time this extra time will not be required, and when it is it will prevent a failed system test. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---