Tweak timings for Windows build
This commit is contained in:
parent
07fc6fd5f8
commit
7709352c2d
|
@ -40,7 +40,7 @@ public class SampleApplication {
|
||||||
|
|
||||||
int waitAttempts = 0;
|
int waitAttempts = 0;
|
||||||
while (!mbean.shutdownInvoked) {
|
while (!mbean.shutdownInvoked) {
|
||||||
if (waitAttempts > 10) {
|
if (waitAttempts > 30) {
|
||||||
throw new IllegalStateException(
|
throw new IllegalStateException(
|
||||||
"Shutdown should have been invoked by now");
|
"Shutdown should have been invoked by now");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue