mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -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
|
let error: Error
|
||||||
|
|
||||||
try {
|
try {
|
||||||
await waitFfmpegUntilError(command, 25000)
|
await waitFfmpegUntilError(command, 35000)
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
error = err
|
error = err
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user