You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/12/18 11:59:13 UTC

[GitHub] zentol closed pull request #7317: [FLINK-11168] Fix LargePlanTest timeout on Travis

zentol closed pull request #7317: [FLINK-11168] Fix LargePlanTest timeout on Travis
URL: https://github.com/apache/flink/pull/7317
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/flink-tests/src/test/java/org/apache/flink/test/planning/LargePlanTest.java b/flink-tests/src/test/java/org/apache/flink/test/planning/LargePlanTest.java
index 6c30af88ad4..9b2dbd12272 100644
--- a/flink-tests/src/test/java/org/apache/flink/test/planning/LargePlanTest.java
+++ b/flink-tests/src/test/java/org/apache/flink/test/planning/LargePlanTest.java
@@ -34,9 +34,9 @@
  */
 public class LargePlanTest {
 
-	@Test(expected = OptimizerPlanEnvironment.ProgramAbortException.class, timeout = 15_000)
+	@Test(expected = OptimizerPlanEnvironment.ProgramAbortException.class, timeout = 30_000)
 	public void testPlanningOfLargePlan() throws Exception {
-		runProgram(new PreviewPlanEnvironment(), 10, 50);
+		runProgram(new PreviewPlanEnvironment(), 10, 20);
 	}
 
 	private static void runProgram(ExecutionEnvironment env, int depth, int width) throws Exception {


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services