You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by lavacat <gi...@git.apache.org> on 2018/07/19 06:39:57 UTC

[GitHub] zookeeper pull request #576: ZOOKEEPER-3046: increased test timeout

GitHub user lavacat opened a pull request:

    https://github.com/apache/zookeeper/pull/576

    ZOOKEEPER-3046: increased test timeout

    - bump up timeout to avoid too many build failures

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/lavacat/zookeeper test-timeouts-3.5

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zookeeper/pull/576.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 #576
    
----
commit 40a7ca6a07fac3705342ff254f1069ba7c0b1782
Author: Bogdan Kanivets <bk...@...>
Date:   2018-07-19T06:37:11Z

    ZOOKEEPER-3046: increased test timeout
    
    - bump up timeout to avoid too many build failures

----


---

[GitHub] zookeeper issue #576: ZOOKEEPER-3046: increased test timeout

Posted by phunt <gi...@git.apache.org>.
Github user phunt commented on the issue:

    https://github.com/apache/zookeeper/pull/576
  
    Seems worth a try, +1. Thanks @lavacat . Let's continue to keep an eye on this one.


---

[GitHub] zookeeper issue #576: ZOOKEEPER-3046: increased test timeout

Posted by lavacat <gi...@git.apache.org>.
Github user lavacat commented on the issue:

    https://github.com/apache/zookeeper/pull/576
  
    @lvfangmin 
    Do you mean 10 mins (600000 ms)? That was me who set it before. The story of this is: this test was timing out sometimes under normal ant limits (15 mins). When ant kills the test it won't capture the logs, so I've set junit timeout lower. But 10 mins is too low and causes too many build failures. So bumping up to 14min. The problem of slowness still exists


---

[GitHub] zookeeper issue #576: ZOOKEEPER-3046: increased test timeout

Posted by lvfangmin <gi...@git.apache.org>.
Github user lvfangmin commented on the issue:

    https://github.com/apache/zookeeper/pull/576
  
    Is 3.5 taking longer time to run this test? looks like it was set to 60s in the other pull request.


---

[GitHub] zookeeper pull request #576: ZOOKEEPER-3046: increased test timeout

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/zookeeper/pull/576


---