aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/videos
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/videos')
-rw-r--r--server/tests/api/videos/video-comments.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/videos/video-comments.ts b/server/tests/api/videos/video-comments.ts
index e35500b0b..b7d5624a6 100644
--- a/server/tests/api/videos/video-comments.ts
+++ b/server/tests/api/videos/video-comments.ts
@@ -24,7 +24,7 @@ describe('Test video comments', function () {
24 let command: CommentsCommand 24 let command: CommentsCommand
25 25
26 before(async function () { 26 before(async function () {
27 this.timeout(30000) 27 this.timeout(120000)
28 28
29 server = await createSingleServer(1) 29 server = await createSingleServer(1)
30 30