nsivabalan commented on code in PR #9913:
URL: https://github.com/apache/hudi/pull/9913#discussion_r1379523701
##########
hudi-utilities/src/test/java/org/apache/hudi/utilities/deltastreamer/HoodieDeltaStreamerTestBase.java:
##########
@@ -634,7 +634,7 @@ static void waitTillCondition(Function<Boolean, Boolean>
condition, Future dsFut
boolean ret = false;
while (!ret && !dsFuture.isDone()) {
try {
- Thread.sleep(3000);
+ Thread.sleep(2000);
Review Comment:
it could reduce the total test run time. So reduced the wait time.
--
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]