diff --git a/server/tests/api/live/live.ts b/server/tests/api/live/live.ts index ba952aff5..5cac3bc4e 100644 --- a/server/tests/api/live/live.ts +++ b/server/tests/api/live/live.ts @@ -439,7 +439,7 @@ describe('Test live', function () { }) it('Should enable transcoding without additional resolutions', async function () { - this.timeout(60000) + this.timeout(120000) liveVideoId = await createLiveWrapper(false) @@ -453,7 +453,7 @@ describe('Test live', function () { }) it('Should enable transcoding with some resolutions', async function () { - this.timeout(60000) + this.timeout(120000) const resolutions = [ 240, 480 ] await updateConf(resolutions)