From 27c3c9456dcf436946635c3c85d4a7653b5cccdb Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 18 Oct 2021 10:23:45 +0200 Subject: Increase some timeouts --- server/tests/api/videos/video-imports.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/api/videos') diff --git a/server/tests/api/videos/video-imports.ts b/server/tests/api/videos/video-imports.ts index 4686d5800..948c779e8 100644 --- a/server/tests/api/videos/video-imports.ts +++ b/server/tests/api/videos/video-imports.ts @@ -266,7 +266,7 @@ Ajouter un sous-titre est vraiment facile`) }) it('Should import a video that will be transcoded', async function () { - this.timeout(120_000) + this.timeout(240_000) const attributes = { name: 'transcoded video', -- cgit v1.2.3