AHeise commented on a change in pull request #14348:
URL: https://github.com/apache/flink/pull/14348#discussion_r543123013



##########
File path: 
flink-tests/src/test/java/org/apache/flink/test/checkpointing/UnalignedCheckpointTestBase.java
##########
@@ -103,11 +101,6 @@
        @Rule
        public final TemporaryFolder temp = new TemporaryFolder();
 
-       @Rule
-       public final Timeout timeout = Timeout.builder()
-               .withTimeout(300, TimeUnit.SECONDS)
-               .build();

Review comment:
       Yes, that was the reason why I added it initially. But we then have a 
timeout rule which prints the stack traces (just what JUnit5 does).




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to