]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Increase test timeout
authorChocobozzz <me@florianbigard.com>
Fri, 15 Oct 2021 06:23:02 +0000 (08:23 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 15 Oct 2021 06:23:02 +0000 (08:23 +0200)
server/tests/api/object-storage/videos.ts

index b64efe0d5ca62cd4c32f4229bd349ef6979aba07..e1ba47d00b3036438c45717a61905f930d9b2a19 100644 (file)
@@ -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)