]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Increase test timeout
authorChocobozzz <me@florianbigard.com>
Thu, 10 Feb 2022 09:43:42 +0000 (10:43 +0100)
committerChocobozzz <me@florianbigard.com>
Thu, 10 Feb 2022 09:43:42 +0000 (10:43 +0100)
server/tests/api/moderation/video-blacklist.ts

index 322e938158a8e2cfe09d7b499bcaa8196d5d367c..3e7f2ba3320052c6477d516f764c53ffebb951db 100644 (file)
@@ -32,7 +32,7 @@ describe('Test video blacklist', function () {
   }
 
   before(async function () {
-    this.timeout(50000)
+    this.timeout(120000)
 
     // Run servers
     servers = await createMultipleServers(2)