himanshukandwal commented on code in PR #2735:
URL: https://github.com/apache/helix/pull/2735#discussion_r1488881680


##########
helix-core/src/test/java/org/apache/helix/integration/manager/ClusterManager.java:
##########
@@ -34,7 +34,7 @@
 
 public class ClusterManager extends ZKHelixManager implements Runnable, 
ZkTestManager {
   private static Logger LOG = 
LoggerFactory.getLogger(ClusterControllerManager.class);
-  private static final int DISCONNECT_WAIT_TIME_MS = 3000;
+  private static final int DISCONNECT_WAIT_TIME_MS = 300;

Review Comment:
   This value is used by all the participants (using MockParticipantManager) to 
finish off/disconnect when the cluster teardown is happening. Reducing this so 
that current thread is released faster.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscr...@helix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@helix.apache.org
For additional commands, e-mail: reviews-h...@helix.apache.org

Reply via email to