dawidwys commented on a change in pull request #17303:
URL: https://github.com/apache/flink/pull/17303#discussion_r710365769



##########
File path: 
flink-tests/src/test/java/org/apache/flink/test/streaming/runtime/SourceNAryInputChainingITCase.java
##########
@@ -142,6 +153,26 @@ public void testMixedInputsWithMultipleUnionsExecution() 
throws Exception {
         verifySequence(result, 1L, 60L);
     }
 
+    // This tests FLINK-24300. The timeout is put here on purpose. Without the 
fix
+    // the tests take very long, but still finishes, so it would not hit the 
global timeout
+    @Test(timeout = 3_000)

Review comment:
       I added it as a benchmark here: 
https://github.com/apache/flink-benchmarks/pull/31




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