diff options
Diffstat (limited to 'server/tests/api')
-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 f6b6d7677..ff822f84d 100644 --- a/server/tests/api/live/live.ts +++ b/server/tests/api/live/live.ts | |||
@@ -415,7 +415,7 @@ describe('Test live', function () { | |||
415 | }) | 415 | }) |
416 | 416 | ||
417 | it('Should enable transcoding with some resolutions and correctly save them', async function () { | 417 | it('Should enable transcoding with some resolutions and correctly save them', async function () { |
418 | this.timeout(120000) | 418 | this.timeout(200000) |
419 | 419 | ||
420 | const resolutions = [ 240, 360, 720 ] | 420 | const resolutions = [ 240, 360, 720 ] |
421 | 421 | ||