From 6e0ee5a53a6464ab9ed0fee8a1fe0a44aacd541f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 3 Feb 2022 14:21:40 +0100 Subject: Update changelog --- server/tests/api/videos/video-create-transcoding.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server') diff --git a/server/tests/api/videos/video-create-transcoding.ts b/server/tests/api/videos/video-create-transcoding.ts index 445866a16..a4defdf51 100644 --- a/server/tests/api/videos/video-create-transcoding.ts +++ b/server/tests/api/videos/video-create-transcoding.ts @@ -157,6 +157,8 @@ function runTests (objectStorage: boolean) { }) it('Should correctly update HLS playlist on resolution change', async function () { + this.timeout(120000) + await servers[0].config.updateExistingSubConfig({ newConfig: { transcoding: { -- cgit v1.2.3