You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by uc...@apache.org on 2017/03/01 15:15:09 UTC

[2/2] flink git commit: [FLINK-5389] [tests] Increate ask timeout in JobSubmitTest

[FLINK-5389] [tests] Increate ask timeout in JobSubmitTest


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/b59c14e9
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/b59c14e9
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/b59c14e9

Branch: refs/heads/master
Commit: b59c14e9ca41b88b51c069891229a68987f86550
Parents: 2a1a9c1
Author: Ufuk Celebi <uc...@apache.org>
Authored: Tue Feb 28 17:40:03 2017 +0100
Committer: Ufuk Celebi <uc...@apache.org>
Committed: Wed Mar 1 16:14:40 2017 +0100

----------------------------------------------------------------------
 .../java/org/apache/flink/runtime/jobmanager/JobSubmitTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/b59c14e9/flink-runtime/src/test/java/org/apache/flink/runtime/jobmanager/JobSubmitTest.java
----------------------------------------------------------------------
diff --git a/flink-runtime/src/test/java/org/apache/flink/runtime/jobmanager/JobSubmitTest.java b/flink-runtime/src/test/java/org/apache/flink/runtime/jobmanager/JobSubmitTest.java
index 529c100..ba5f973 100644
--- a/flink-runtime/src/test/java/org/apache/flink/runtime/jobmanager/JobSubmitTest.java
+++ b/flink-runtime/src/test/java/org/apache/flink/runtime/jobmanager/JobSubmitTest.java
@@ -63,7 +63,7 @@ import static org.junit.Assert.fail;
  */
 public class JobSubmitTest {
 
-	private static final FiniteDuration timeout = new FiniteDuration(5000, TimeUnit.MILLISECONDS);
+	private static final FiniteDuration timeout = new FiniteDuration(60000, TimeUnit.MILLISECONDS);
 
 	private static ActorSystem jobManagerSystem;
 	private static ActorGateway jmGateway;