]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/check-params/video-studio.ts
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / server / tests / api / check-params / video-studio.ts
index dc533b242d30862dfcff3b5f3bcacc80be907090..add8d916478f5c05a3323509440835d0e29f5676 100644 (file)
@@ -121,7 +121,7 @@ describe('Test video studio API validator', function () {
       })
 
       it('Should fail with an already in transcoding state video', async function () {
-        this.timeout(30000)
+        this.timeout(60000)
 
         const { uuid } = await server.videos.quickUpload({ name: 'transcoded video' })
         await waitJobs([ server ])