increase startup timeout

This commit is contained in:
Luke Pulverenti 2016-01-13 23:33:17 -05:00
parent 150630f152
commit 8b9e92916e

View File

@ -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(10000)) if (!duplicate.WaitForExit(12000))
{ {
_logger.Info("The duplicate process did not exit."); _logger.Info("The duplicate process did not exit.");
return true; return true;