This is an automated email from the ASF dual-hosted git repository.
trohrmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 9c2bcae [FLINK-12164][runtime] Harden JobMasterTest against timeouts
9c2bcae is described below
commit 9c2bcae735cd00336af3284e4f631afe061552ba
Author: Chesnay Schepler <[email protected]>
AuthorDate: Thu May 9 17:01:37 2019 +0200
[FLINK-12164][runtime] Harden JobMasterTest against timeouts
This closes #8388.
---
.../src/test/java/org/apache/flink/runtime/jobmaster/JobMasterTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/flink-runtime/src/test/java/org/apache/flink/runtime/jobmaster/JobMasterTest.java
b/flink-runtime/src/test/java/org/apache/flink/runtime/jobmaster/JobMasterTest.java
index 52792f8..ff9d6ed 100644
---
a/flink-runtime/src/test/java/org/apache/flink/runtime/jobmaster/JobMasterTest.java
+++
b/flink-runtime/src/test/java/org/apache/flink/runtime/jobmaster/JobMasterTest.java
@@ -202,7 +202,7 @@ public class JobMasterTest extends TestLogger {
private static final Time testingTimeout = Time.seconds(10L);
private static final long fastHeartbeatInterval = 1L;
- private static final long fastHeartbeatTimeout = 5L;
+ private static final long fastHeartbeatTimeout = 10L;
private static final long heartbeatInterval = 1000L;
private static final long heartbeatTimeout = 5_000_000L;