increase startup timeout

This commit is contained in:
Luke Pulverenti 2016-02-03 12:26:45 -05:00
parent 15617b4806
commit 7d26b8995f
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ namespace MediaBrowser.ServerApplication
{
_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.");
return true;