Updated time to wait for test task to finish in TaskLauncherSinkTests to complete

This commit is contained in:
Glenn Renfro
2018-11-02 15:49:11 -04:00
parent 422efcee78
commit b46ca25133

View File

@@ -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;