Increase ffmpeg error test timeout

pull/3970/head
Chocobozzz 2021-04-15 10:47:58 +02:00
parent 5e7b5fc864
commit 5b23d4e0f8
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

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
}