Increased subtitle extraction timeout to 30 min

This commit is contained in:
MagicGreenDragon
2022-08-27 18:10:42 +02:00
parent af87706379
commit ffdc3a6734
2 changed files with 2 additions and 1 deletions

View File

@@ -605,7 +605,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)
{