]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/check-params/follows.ts
Increase tests timeout
[github/Chocobozzz/PeerTube.git] / server / tests / api / check-params / follows.ts
index e54f139f074bdaa5b8670548962e2e3d3566b7e3..2bc3b27d9e8b039ff41684e6449c99a52ebce607 100644 (file)
@@ -14,7 +14,7 @@ describe('Test server follows API validators', function () {
   // ---------------------------------------------------------------
 
   before(async function () {
-    this.timeout(20000)
+    this.timeout(30000)
 
     await flushTests()
     server = await runServer(1)