diff options
Diffstat (limited to 'shared/server-commands/videos/live.ts')
-rw-r--r-- | shared/server-commands/videos/live.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/server-commands/videos/live.ts b/shared/server-commands/videos/live.ts index 3b09d3ff8..48464fb61 100644 --- a/shared/server-commands/videos/live.ts +++ b/shared/server-commands/videos/live.ts | |||
@@ -63,7 +63,7 @@ async function testFfmpegStreamError (command: FfmpegCommand, shouldHaveError: b | |||
63 | let error: Error | 63 | let error: Error |
64 | 64 | ||
65 | try { | 65 | try { |
66 | await waitFfmpegUntilError(command, 35000) | 66 | await waitFfmpegUntilError(command, 45000) |
67 | } catch (err) { | 67 | } catch (err) { |
68 | error = err | 68 | error = err |
69 | } | 69 | } |