dawidwys commented on a change in pull request #16033:
URL: https://github.com/apache/flink/pull/16033#discussion_r642571952
##########
File path:
flink-streaming-java/src/test/java/org/apache/flink/streaming/runtime/tasks/SourceOperatorStreamTaskTest.java
##########
@@ -74,6 +84,46 @@
private static final OperatorID OPERATOR_ID = new OperatorID();
private static final int NUM_RECORDS = 10;
+ @Test(timeout = 60_000)
Review comment:
I think the consensus in the ML, was that we don't want to add timeouts
anymore in JUnit tests.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]