From 5c08e1c29d021cb99feed15e23ffd3e80eeb30a5 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 15 Nov 2021 15:59:19 +0100 Subject: [PATCH] Increase live transcoding test timeout --- server/tests/api/live/live.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () { }) it('Should enable transcoding with some resolutions and correctly save them', async function () { - this.timeout(200000) + this.timeout(400_000) const resolutions = [ 240, 360, 720 ]