]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Increase timeout
authorChocobozzz <me@florianbigard.com>
Tue, 14 Dec 2021 13:21:29 +0000 (14:21 +0100)
committerChocobozzz <me@florianbigard.com>
Tue, 14 Dec 2021 13:21:29 +0000 (14:21 +0100)
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)