juncevich commented on code in PR #7579:
URL: https://github.com/apache/ozone/pull/7579#discussion_r1885384175


##########
hadoop-hdds/server-scm/src/test/java/org/apache/hadoop/hdds/scm/container/balancer/TestContainerBalancerStatusInfo.java:
##########
@@ -162,9 +161,9 @@ void testGetCurrentStatisticsWhileBalancingInProgress() 
throws Exception {
 
     ContainerBalancerTask task = mockedScm.startBalancerTaskAsync(config, 
false);
     // Get the current iteration statistics when it has information about the 
containers moving.
-    LambdaTestUtils.await(1000, 10,
-        () -> task.getCurrentIterationsStatistic().size() == 2 &&
-              
task.getCurrentIterationsStatistic().get(1).getContainerMovesScheduled() > 0);
+    LambdaTestUtils.await(5000, 1, () -> 
task.getCurrentIterationsStatistic().size() == 2 &&
+                                         
task.getCurrentIterationsStatistic().get(1).getContainerMovesScheduled() > 0

Review Comment:
   Done.



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