From dbb15e371abfdc5a291d3c8908c7da73ded2c654 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 4 Mar 2021 09:40:17 +0100 Subject: Increase timeouts --- server/tests/api/live/live.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/tests/api/live/live.ts b/server/tests/api/live/live.ts index 19976ba8a..0831f91f0 100644 --- a/server/tests/api/live/live.ts +++ b/server/tests/api/live/live.ts @@ -391,7 +391,7 @@ describe('Test live', function () { }) it('Should enable transcoding without additional resolutions', async function () { - this.timeout(30000) + this.timeout(60000) liveVideoId = await createLiveWrapper(false) @@ -405,7 +405,7 @@ describe('Test live', function () { }) it('Should enable transcoding with some resolutions', async function () { - this.timeout(30000) + this.timeout(60000) const resolutions = [ 240, 480 ] await updateConf(resolutions) -- cgit v1.2.3