From 7709352c2db57bd3b246bcd9aa6d1b72286b0780 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Sun, 10 Apr 2016 14:35:39 -0700 Subject: [PATCH] Tweak timings for Windows build --- .../src/main/java/org/test/SampleApplication.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-tools/spring-boot-maven-plugin/src/it/start-stop-fork/src/main/java/org/test/SampleApplication.java b/spring-boot-tools/spring-boot-maven-plugin/src/it/start-stop-fork/src/main/java/org/test/SampleApplication.java index 0a66abeecf..890836f701 100644 --- a/spring-boot-tools/spring-boot-maven-plugin/src/it/start-stop-fork/src/main/java/org/test/SampleApplication.java +++ b/spring-boot-tools/spring-boot-maven-plugin/src/it/start-stop-fork/src/main/java/org/test/SampleApplication.java @@ -40,7 +40,7 @@ public class SampleApplication { int waitAttempts = 0; while (!mbean.shutdownInvoked) { - if (waitAttempts > 10) { + if (waitAttempts > 30) { throw new IllegalStateException( "Shutdown should have been invoked by now"); }