Merge pull request #8259 from RealGreenDragon/subtitle-extraction-timeout

This commit is contained in:
Cody Robibero
2022-08-16 21:23:39 -06:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -574,7 +574,7 @@ namespace MediaBrowser.MediaEncoding.Subtitles
throw;
}
var ranToCompletion = await process.WaitForExitAsync(TimeSpan.FromMinutes(5)).ConfigureAwait(false);
var ranToCompletion = await process.WaitForExitAsync(TimeSpan.FromMinutes(30)).ConfigureAwait(false);
if (!ranToCompletion)
{