From d1bfbdeb203b0e4f37e9468861c690171156ee29 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 22 Oct 2021 14:31:38 +0200 Subject: Random listen for mocked servers --- server/tests/api/object-storage/videos.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server') diff --git a/server/tests/api/object-storage/videos.ts b/server/tests/api/object-storage/videos.ts index e1ba47d00..35a5f19ed 100644 --- a/server/tests/api/object-storage/videos.ts +++ b/server/tests/api/object-storage/videos.ts @@ -182,7 +182,7 @@ function runTestSuite (options: { }) it('Should upload a video and move it to the object storage without transcoding', async function () { - this.timeout(20000) + this.timeout(40000) const { uuid } = await servers[0].videos.quickUpload({ name: 'video 1' }) uuidsToDelete.push(uuid) -- cgit v1.2.3