diff options
-rw-r--r-- | server/tests/api/object-storage/videos.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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: { | |||
198 | }) | 198 | }) |
199 | 199 | ||
200 | it('Should upload a video and move it to the object storage with transcoding', async function () { | 200 | it('Should upload a video and move it to the object storage with transcoding', async function () { |
201 | this.timeout(40000) | 201 | this.timeout(120000) |
202 | 202 | ||
203 | const { uuid } = await servers[1].videos.quickUpload({ name: 'video 2' }) | 203 | const { uuid } = await servers[1].videos.quickUpload({ name: 'video 2' }) |
204 | uuidsToDelete.push(uuid) | 204 | uuidsToDelete.push(uuid) |