From 37e0a1c05556e6798fb96dc4046f12a0f84151ef Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 8 Oct 2021 16:00:32 +0200 Subject: Increase live tests timeout --- server/tests/api/live/live.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/tests') 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) -- cgit v1.2.3