From b46ca25133dbe04a11cf102c2a58792bed218541 Mon Sep 17 00:00:00 2001 From: Glenn Renfro Date: Fri, 2 Nov 2018 15:49:11 -0400 Subject: [PATCH] Updated time to wait for test task to finish in TaskLauncherSinkTests to complete --- .../cloud/task/launcher/TaskLauncherSinkTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-task-integration-tests/src/test/java/org/springframework/cloud/task/launcher/TaskLauncherSinkTests.java b/spring-cloud-task-integration-tests/src/test/java/org/springframework/cloud/task/launcher/TaskLauncherSinkTests.java index f72ec558..a241f864 100644 --- a/spring-cloud-task-integration-tests/src/test/java/org/springframework/cloud/task/launcher/TaskLauncherSinkTests.java +++ b/spring-cloud-task-integration-tests/src/test/java/org/springframework/cloud/task/launcher/TaskLauncherSinkTests.java @@ -64,7 +64,7 @@ import static org.junit.Assert.assertTrue; public class TaskLauncherSinkTests { private final static int WAIT_INTERVAL = 500; - private final static int MAX_WAIT_TIME = 10000; + private final static int MAX_WAIT_TIME = 120000; private final static String URL = "maven://org.springframework.cloud.task.app:" + "timestamp-task:2.0.0.RELEASE"; private final static String DATASOURCE_URL;