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


##########
helix-core/src/test/java/org/apache/helix/TestHelper.java:
##########
@@ -76,8 +79,10 @@
 
 public class TestHelper {
   private static final Logger LOG = LoggerFactory.getLogger(TestHelper.class);
-  public static final long WAIT_DURATION = 60 * 1000L; // 60 seconds
-  public static final int DEFAULT_REBALANCE_PROCESSING_WAIT_TIME = 1500;
+  public static final long WAIT_DURATION = 10 * 1000L; // 10 seconds
+  public static final long POLL_DURATION = 10L;        // 10 milli-seconds
+  public static final int DEFAULT_REBALANCE_PROCESSING_WAIT_TIME = 1000;

Review Comment:
   I have reverted this change to keep the original values for now. Will take 
up in next iteration if we need to fine tune these.



-- 
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]

Reply via email to