diff options
Diffstat (limited to 'server/tests/api/live/live.ts')
-rw-r--r-- | server/tests/api/live/live.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/live/live.ts b/server/tests/api/live/live.ts index 619602d0b..b96c03cf8 100644 --- a/server/tests/api/live/live.ts +++ b/server/tests/api/live/live.ts | |||
@@ -498,7 +498,7 @@ describe('Test live', function () { | |||
498 | }) | 498 | }) |
499 | 499 | ||
500 | it('Should enable transcoding with some resolutions and correctly save them', async function () { | 500 | it('Should enable transcoding with some resolutions and correctly save them', async function () { |
501 | this.timeout(200000) | 501 | this.timeout(400_000) |
502 | 502 | ||
503 | const resolutions = [ 240, 360, 720 ] | 503 | const resolutions = [ 240, 360, 720 ] |
504 | 504 | ||