Skip to content

Commit 8056224

Browse files
committedOct 4, 2017
Increase deployment test timeouts
Update deployment tests to allow more time for servers to start. See gh-9316
1 parent 87b2f68 commit 8056224

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-tests/spring-boot-deployment-tests

1 file changed

+2
-2
lines changed
 

‎spring-boot-tests/spring-boot-deployment-tests/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<properties>
1515
<main.basedir>${basedir}/../..</main.basedir>
1616
<java.version>1.7</java.version>
17-
<cargo.timeout>300000</cargo.timeout>
17+
<cargo.timeout>600000</cargo.timeout>
1818
<cargo.container.download-dir>${settings.localRepository}/.cache/cargo/installs</cargo.container.download-dir>
1919
</properties>
2020
<modules>
@@ -49,7 +49,7 @@
4949
<context>/bootapp</context>
5050
</properties>
5151
<pingURL>http://localhost:${appserver.port}/bootapp</pingURL>
52-
<pingTimeout>30000</pingTimeout>
52+
<pingTimeout>60000</pingTimeout>
5353
</deployable>
5454
</deployables>
5555
</configuration>

0 commit comments

Comments
 (0)
Please sign in to comment.