diff options
Diffstat (limited to 'server/tests')
-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 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: { | |||
182 | }) | 182 | }) |
183 | 183 | ||
184 | it('Should upload a video and move it to the object storage without transcoding', async function () { | 184 | it('Should upload a video and move it to the object storage without transcoding', async function () { |
185 | this.timeout(20000) | 185 | this.timeout(40000) |
186 | 186 | ||
187 | const { uuid } = await servers[0].videos.quickUpload({ name: 'video 1' }) | 187 | const { uuid } = await servers[0].videos.quickUpload({ name: 'video 1' }) |
188 | uuidsToDelete.push(uuid) | 188 | uuidsToDelete.push(uuid) |