Izeren commented on code in PR #28857:
URL: https://github.com/apache/flink/pull/28857#discussion_r3719806241


##########
flink-connectors/flink-connector-base/src/test/java/org/apache/flink/connector/base/source/reader/fetcher/SplitFetcherManagerTest.java:
##########
@@ -75,6 +83,80 @@ void testCloseFetcherWithException() throws Exception {
                 .hasRootCauseMessage("Artificial exception on closing the 
split reader.");
     }
 
+    @Test
+    @Timeout(value = 30000, unit = TimeUnit.MILLISECONDS)

Review Comment:
   Hmm, I don't particularly agree with increasing timeouts "once they flake" 
as with large number of tests, we are bound to introduce a ton of flakiness. 
   
   Given the history of this file, I am fine with using 60s. 



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