increase startup timeout

pull/1154/head
Luke Pulverenti 9 years ago
parent 15617b4806
commit 7d26b8995f

@ -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;

Loading…
Cancel
Save