fix repeated guide refreshes

This commit is contained in:
Luke Pulverenti
2016-08-26 15:29:28 -04:00
parent 4964899fa3
commit 510fbf139c
7 changed files with 44 additions and 12 deletions

View File

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