]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/server/follows.ts
Add ability to configure log level
[github/Chocobozzz/PeerTube.git] / server / tests / api / server / follows.ts
index b26af1a169dd34cb11fd42342c42032ce7d485a8..7c4dea458a2302ad5f428bf3195607068465e740 100644 (file)
@@ -27,7 +27,7 @@ describe('Test follows', function () {
   let servers: ServerInfo[] = []
 
   before(async function () {
-    this.timeout(20000)
+    this.timeout(30000)
 
     servers = await flushAndRunMultipleServers(3)