From 5b23d4e0f87fae49fad9881f249320cf3615b47b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 15 Apr 2021 10:47:58 +0200 Subject: Increase ffmpeg error test timeout --- shared/extra-utils/videos/live.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared') diff --git a/shared/extra-utils/videos/live.ts b/shared/extra-utils/videos/live.ts index df7370008..d3cd974de 100644 --- a/shared/extra-utils/videos/live.ts +++ b/shared/extra-utils/videos/live.ts @@ -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 } -- cgit v1.2.3