Hi,
My recent netty client patch enables Netty ClientCnxnSocket by default. And
this might take longer to run (longer initialization stuff) compared to native
NIO impl.
As you can see from the precommit
builds:https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/https://builds.apache.org/job/PreCommit-ZOOKEEPER-Build/2423/
Some of the commits are aborted after 75 minutes limit.
However, the limit is sort of small because:1. We have so many tests right
now.2. The time varies from machine to machine, time to time.3. It's pretty
normal to run as much as 1 hour in most cases.
Is it possible to increase the timeout limit on Jenkins build?
- Hongchao Deng