From 3b3490e41adc7d765a1b0c7ee1b6b6f388bca413 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 13 Oct 2021 08:58:18 +0200 Subject: [PATCH] Increase HDR timeout import --- server/tests/api/videos/video-imports.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/tests/api/videos/video-imports.ts b/server/tests/api/videos/video-imports.ts index 108688651..2f49bfc56 100644 --- a/server/tests/api/videos/video-imports.ts +++ b/server/tests/api/videos/video-imports.ts @@ -288,7 +288,7 @@ Ajouter un sous-titre est vraiment facile`) }) it('Should import no HDR version on a HDR video', async function () { - this.timeout(120_000) + this.timeout(300_000) const config = { transcoding: { -- 2.41.0