Increase hard shutdown timeout as discussed with Emil

cusax-fix
Ingo Bauersachs 14 years ago
parent d0337ec0d6
commit 2b3a85607b

@ -38,7 +38,7 @@ public class ShutdownTimeout
/**
* The number of miliseconds that we wait before we force a shutdown.
*/
public static final long SHUTDOWN_TIMEOUT_DEFAULT = 3000;//ms
public static final long SHUTDOWN_TIMEOUT_DEFAULT = 5000;//ms
/**
* The code that we exit with if the application is not down in 15 seconds.

Loading…
Cancel
Save