himanshukandwal commented on code in PR #2735:
URL: https://github.com/apache/helix/pull/2735#discussion_r1488879623
##########
helix-core/src/test/java/org/apache/helix/common/ZkTestBase.java:
##########
@@ -738,7 +731,7 @@ protected void deleteCluster(String clusterName) {
*/
protected <T extends HelixProperty> T pollForProperty(Class<T> clazz,
HelixDataAccessor accessor,
PropertyKey key, boolean shouldExist) throws InterruptedException {
- final int POLL_TIMEOUT = 5000;
+ final int POLL_TIMEOUT = 2000;
Review Comment:
Yeah, I have started with reducing it but this codepath is not used in many
places so reducing this further has no effect.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]