pvary commented on code in PR #16548:
URL: https://github.com/apache/iceberg/pull/16548#discussion_r3303409990


##########
flink/v1.20/flink/src/test/java/org/apache/iceberg/flink/maintenance/operator/TestMonitorSource.java:
##########
@@ -221,7 +221,8 @@ void testStateRestore(@TempDir File savepointDir) throws 
Exception {
     try {
       clientWithSavepoint = env.executeAsync("Table Change Source test with 
savepoint");
 
-      
assertThat(resultWithSavepoint.poll(Duration.ofSeconds(5L))).isEqualTo(EMPTY_EVENT);
+      // Restoring from a savepoint on a busy cluster may take longer than the 
default 5s poll
+      
assertThat(resultWithSavepoint.poll(Duration.ofSeconds(30L))).isEqualTo(EMPTY_EVENT);

Review Comment:
   Are we sure we need this? Wasn't this only a concurrency issue?



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