From 80562247feb2a17c8edc20e84668a56c89caae43 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 3 Aug 2017 12:23:07 -0700 Subject: [PATCH] Increase deployment test timeouts Update deployment tests to allow more time for servers to start. See gh-9316 --- spring-boot-tests/spring-boot-deployment-tests/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-tests/spring-boot-deployment-tests/pom.xml b/spring-boot-tests/spring-boot-deployment-tests/pom.xml index fcd63b223ef..3f1cb786c16 100644 --- a/spring-boot-tests/spring-boot-deployment-tests/pom.xml +++ b/spring-boot-tests/spring-boot-deployment-tests/pom.xml @@ -14,7 +14,7 @@ ${basedir}/../.. 1.7 - 300000 + 600000 ${settings.localRepository}/.cache/cargo/installs @@ -49,7 +49,7 @@ /bootapp http://localhost:${appserver.port}/bootapp - 30000 + 60000