]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/check-params/transcoding.ts
Increase timeout
[github/Chocobozzz/PeerTube.git] / server / tests / api / check-params / transcoding.ts
index a8daafe3e9d5059ae58a4fbf73f837056142f96e..6b6f73d46d92ac1543877d5ceb39cba1630ddf0f 100644 (file)
@@ -16,7 +16,7 @@ describe('Test transcoding API validators', function () {
   // ---------------------------------------------------------------
 
   before(async function () {
-    this.timeout(60000)
+    this.timeout(120000)
 
     servers = await createMultipleServers(2)
     await setAccessTokensToServers(servers)