desaikomal commented on code in PR #2526:
URL: https://github.com/apache/helix/pull/2526#discussion_r1223256145
##########
helix-core/src/test/java/org/apache/helix/integration/task/TestWorkflowTermination.java:
##########
@@ -157,7 +157,7 @@ public void testWorkflowPausedTimeout() throws Exception {
Thread.sleep(100);
// Pause the queue
- _driver.waitToStop(workflowName, 10000L);
+ _driver.waitToStop(workflowName, 20000L);
Review Comment:
As we talked offline, this is not a boolean returning method and so can't
use verifier.
--
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]