]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/server/handle-down.ts
Fix CI
[github/Chocobozzz/PeerTube.git] / server / tests / api / server / handle-down.ts
index 7c3836681da6a35c0d5ee784cf0980b1e7d10808..3dcd076f599df0be92bea341f95374e872129b62 100644 (file)
@@ -50,7 +50,7 @@ describe('Test handle downs', function () {
   let commentCommands: CommentsCommand[]
 
   before(async function () {
-    this.timeout(30000)
+    this.timeout(120000)
 
     servers = await createMultipleServers(3)
     commentCommands = servers.map(s => s.comments)