]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/object-storage/videos.ts
Random listen for mocked servers
[github/Chocobozzz/PeerTube.git] / server / tests / api / object-storage / videos.ts
index e1ba47d00b3036438c45717a61905f930d9b2a19..35a5f19eda1a773cf4250a83532f6ae6ac174936 100644 (file)
@@ -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)