]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/server/follow-constraints.ts
Fix misc tests
[github/Chocobozzz/PeerTube.git] / server / tests / api / server / follow-constraints.ts
index ac3ff37f0f474eec1fc5d08306d1350233d4e00b..46663bf7cb6e844bbf3ea3070e4a7da6de78a690 100644 (file)
@@ -27,7 +27,7 @@ describe('Test follow constraints', function () {
   let userAccessToken: string
 
   before(async function () {
-    this.timeout(30000)
+    this.timeout(60000)
 
     servers = await flushAndRunMultipleServers(2)