Increase ffmpeg error test timeout

This commit is contained in:
Chocobozzz
2021-04-15 10:47:58 +02:00
parent 5e7b5fc864
commit 5b23d4e0f8

View File

@@ -119,7 +119,7 @@ async function testFfmpegStreamError (command: ffmpeg.FfmpegCommand, shouldHaveE
let error: Error
try {
await waitFfmpegUntilError(command, 25000)
await waitFfmpegUntilError(command, 35000)
} catch (err) {
error = err
}