From 1ffb5fb6829e1cb77d0f676775a958f51dd9d794 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 15 Oct 2021 08:23:02 +0200 Subject: [PATCH] Increase test timeout --- server/tests/api/object-storage/videos.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/tests/api/object-storage/videos.ts b/server/tests/api/object-storage/videos.ts index b64efe0d5..e1ba47d00 100644 --- a/server/tests/api/object-storage/videos.ts +++ b/server/tests/api/object-storage/videos.ts @@ -198,7 +198,7 @@ function runTestSuite (options: { }) it('Should upload a video and move it to the object storage with transcoding', async function () { - this.timeout(40000) + this.timeout(120000) const { uuid } = await servers[1].videos.quickUpload({ name: 'video 2' }) uuidsToDelete.push(uuid) -- 2.41.0