davidradl commented on code in PR #26188:
URL: https://github.com/apache/flink/pull/26188#discussion_r1965897742


##########
flink-connectors/flink-connector-base/src/test/java/org/apache/flink/connector/base/source/reader/fetcher/SplitFetcherManagerTest.java:
##########
@@ -70,7 +70,7 @@ void testCloseFetcherWithException() throws Exception {
         reader.setCloseWithException();
         SplitFetcherManager<Object, TestingSourceSplit> fetcherManager =
                 createFetcher("test-split", reader, new Configuration());
-        fetcherManager.close(1000L);
+        fetcherManager.close(30000L);

Review Comment:
   I am curious could this add up to 29 seconds to the build?  



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