mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-30 20:43:53 -06:00
Increase ffmpeg error test timeout
This commit is contained in:
parent
5e7b5fc864
commit
5b23d4e0f8
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user