GitHub user mkedwards opened a pull request:
https://github.com/apache/zookeeper/pull/723
ZOOKEEPER-3202: Add timing margin to improve reliability of
testClientServerSSL()
Allowing just 5 seconds for 3 quorum peers to start and elect a leader is a
bit tight, at least when running 4 test processes in parallel inside a (Linux)
Docker container on a (non-Linux) laptop. Add up to 10 seconds of extra margin.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mkedwards/zookeeper ZOOKEEPER-3202
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/723.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 #723
----
commit dcedaf9ad7c756b1852a9bfca4cfbc3313f1a0fc
Author: Michael Edwards <michael edwards>
Date: 2018-11-26T06:31:23Z
ZOOKEEPER-3202: Add timing margin to improve reliability of
testClientServerSSL()
----
---