AHeise commented on a change in pull request #9564:
[FLINK-12481][FLINK-12482][FLINK-12958] Streaming runtime: integrate mailbox
for timer triggers, checkpoints and AsyncWaitOperator
URL: https://github.com/apache/flink/pull/9564#discussion_r320224631
##########
File path:
flink-formats/flink-parquet/src/test/java/org/apache/flink/formats/parquet/avro/ParquetStreamingFileSinkITCase.java
##########
@@ -62,6 +64,9 @@
@SuppressWarnings("serial")
public class ParquetStreamingFileSinkITCase extends AbstractTestBase {
+ @Rule
+ public final Timeout timeoutPerTest = Timeout.seconds(20);
Review comment:
+1 for using rule
----------------------------------------------------------------
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]
With regards,
Apache Git Services