]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/videos/video-comments.ts
Fix tests
[github/Chocobozzz/PeerTube.git] / server / tests / api / videos / video-comments.ts
index e35500b0befefdbb19d545d642617c6c532540b7..b7d5624a6b3c8f794928844af4451219084af380 100644 (file)
@@ -24,7 +24,7 @@ describe('Test video comments', function () {
   let command: CommentsCommand
 
   before(async function () {
-    this.timeout(30000)
+    this.timeout(120000)
 
     server = await createSingleServer(1)