dawidwys commented on a change in pull request #15589:
URL: https://github.com/apache/flink/pull/15589#discussion_r612405979
##########
File path:
flink-tests/src/test/java/org/apache/flink/runtime/jobmaster/JobMasterStopWithSavepointITCase.java
##########
@@ -81,6 +82,13 @@
@Rule public TemporaryFolder temporaryFolder = new TemporaryFolder();
+ @Rule
+ public Timeout timeout =
+ Timeout.builder()
+ .withTimeout(15, TimeUnit.SECONDS)
Review comment:
Makes sense. Would you recommend removing the timeout whatsoever then,
assuming we can get: https://github.com/apache/flink/pull/15546 soonish?
--
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]