diff options
Diffstat (limited to 'server/tests/api')
-rw-r--r-- | server/tests/api/check-params/upload-quota.ts | 2 | ||||
-rw-r--r-- | server/tests/api/check-params/video-comments.ts | 2 | ||||
-rw-r--r-- | server/tests/api/videos/video-comments.ts | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/server/tests/api/check-params/upload-quota.ts b/server/tests/api/check-params/upload-quota.ts index fdc711bd5..008537524 100644 --- a/server/tests/api/check-params/upload-quota.ts +++ b/server/tests/api/check-params/upload-quota.ts | |||
@@ -39,7 +39,7 @@ describe('Test upload quota', function () { | |||
39 | describe('When having a video quota', function () { | 39 | describe('When having a video quota', function () { |
40 | 40 | ||
41 | it('Should fail with a registered user having too many videos with legacy upload', async function () { | 41 | it('Should fail with a registered user having too many videos with legacy upload', async function () { |
42 | this.timeout(30000) | 42 | this.timeout(120000) |
43 | 43 | ||
44 | const user = { username: 'registered' + randomInt(1, 1500), password: 'password' } | 44 | const user = { username: 'registered' + randomInt(1, 1500), password: 'password' } |
45 | await server.registrations.register(user) | 45 | await server.registrations.register(user) |
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 | ||
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 | ||