diff options
Diffstat (limited to 'server/tests/api/check-params/video-comments.ts')
-rw-r--r-- | server/tests/api/check-params/video-comments.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/check-params/video-comments.ts b/server/tests/api/check-params/video-comments.ts index 550198844..9f497c0cf 100644 --- a/server/tests/api/check-params/video-comments.ts +++ b/server/tests/api/check-params/video-comments.ts | |||
@@ -31,7 +31,7 @@ describe('Test video comments API validator', function () { | |||
31 | // --------------------------------------------------------------- | 31 | // --------------------------------------------------------------- |
32 | 32 | ||
33 | before(async function () { | 33 | before(async function () { |
34 | this.timeout(30000) | 34 | this.timeout(120000) |
35 | 35 | ||
36 | server = await createSingleServer(1) | 36 | server = await createSingleServer(1) |
37 | 37 | ||