浏览代码

increase startup timeout

Luke Pulverenti 9 年之前
父节点
当前提交
7d26b8995f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      MediaBrowser.ServerApplication/MainStartup.cs

+ 1 - 1
MediaBrowser.ServerApplication/MainStartup.cs

@@ -148,7 +148,7 @@ namespace MediaBrowser.ServerApplication
             {
             {
                 _logger.Info("Found a duplicate process. Giving it time to exit.");
                 _logger.Info("Found a duplicate process. Giving it time to exit.");
 
 
-                if (!duplicate.WaitForExit(12000))
+                if (!duplicate.WaitForExit(15000))
                 {
                 {
                     _logger.Info("The duplicate process did not exit.");
                     _logger.Info("The duplicate process did not exit.");
                     return true;
                     return true;