]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-4898 increase max process startup timeout to 5 minutes
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 1 Aug 2014 08:02:25 +0000 (10:02 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 1 Aug 2014 08:02:35 +0000 (10:02 +0200)
server/sonar-process/src/main/java/org/sonar/process/ProcessWrapper.java

index 7feda4fdcc57e9bead664d73569c0a0ffbdc8b71..12aef533d93459f301e78acb10c2f1634d7f0aa8 100644 (file)
@@ -69,7 +69,7 @@ public class ProcessWrapper extends Thread implements Terminable {
 
   private final static Logger LOGGER = LoggerFactory.getLogger(ProcessWrapper.class);
 
-  public static final long READY_TIMEOUT_MS = 120000L;
+  public static final long READY_TIMEOUT_MS = 300000L;
 
   private String processName, className;
   private int jmxPort = -1;