From f42c21528b92d76de8ab9a72a1c2f2d9ec51f2df Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 8 Jan 2021 12:11:45 +0100 Subject: Increase live test timeout --- server/tests/api/live/live.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/api/live/live.ts') 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 () { }) it('Should enable transcoding with some resolutions and correctly save them', async function () { - this.timeout(120000) + this.timeout(200000) const resolutions = [ 240, 360, 720 ] -- cgit v1.2.3