jiafu1115 commented on code in PR #20845:
URL: https://github.com/apache/kafka/pull/20845#discussion_r2508381590


##########
storage/src/test/java/org/apache/kafka/server/log/remote/storage/RemoteLogManagerTest.java:
##########
@@ -3424,7 +3424,7 @@ public void testCopyQuota(boolean quotaExceeded) throws 
Exception {
             assertEquals(-1L, capture.getValue());
         } else {
             // Verify the copy operation completes within the timeout, since 
it does not need to wait for quota availability
-            assertTimeoutPreemptively(Duration.ofMillis(100), () -> 
task.copyLogSegmentsToRemote(mockLog));
+            assertTimeoutPreemptively(Duration.ofMillis(1000), () -> 
task.copyLogSegmentsToRemote(mockLog));

Review Comment:
   @UladzislauBlok done. thanks for your reminder.



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

Reply via email to