]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/server/handle-down.ts
Fix broken playlist api
[github/Chocobozzz/PeerTube.git] / server / tests / api / server / handle-down.ts
index 068654d8c4f3906b73c4ce21bed57b6b013e8f3f..a225443c5bf0ad8327debe15dfd2fc973565197a 100644 (file)
@@ -109,7 +109,7 @@ describe('Test handle downs', function () {
   })
 
   it('Should remove followers that are often down', async function () {
-    this.timeout(60000)
+    this.timeout(240000)
 
     // Server 2 and 3 follow server 1
     await follow(servers[1].url, [ servers[0].url ], servers[1].accessToken)