GitHub user lavacat opened a pull request:
https://github.com/apache/zookeeper/pull/523
ZOOKEEPER-3046: added junit timeout to precede 'ant' timeout
When 'ant' timeout triggers, output of the test isn't captured.
Related issue ZOOKEEPER-2916
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lavacat/zookeeper test-timeouts
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/523.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 #523
----
commit 92c5a08c5a8a9f9a063faf2150e5f7086bcb9495
Author: Bogdan Kanivets <bkanivets@...>
Date: 2018-05-17T22:00:50Z
ZOOKEEPER-3046: added junit timeout to precede 'ant' timeout
When 'ant' timeout triggers, output of the test isn't captured.
Related issue ZOOKEEPER-2916
----
---