]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/server/slow-follows.ts
Increase timeouts
[github/Chocobozzz/PeerTube.git] / server / tests / api / server / slow-follows.ts
index 666a7c2e609f3f2b448c294c78109029d1d6bf03..de24e734c701589b831d601e24880efd30f12def 100644 (file)
@@ -20,7 +20,7 @@ describe('Test slow follows', function () {
   let afterFollows: Date
 
   before(async function () {
-    this.timeout(60000)
+    this.timeout(120000)
 
     servers = await createMultipleServers(3)