diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/tests/api/check-params/video-imports.ts | 2 | ||||
-rw-r--r-- | server/tests/api/videos/videos-history.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/server/tests/api/check-params/video-imports.ts b/server/tests/api/check-params/video-imports.ts index 7893f5cc5..da9d0826a 100644 --- a/server/tests/api/check-params/video-imports.ts +++ b/server/tests/api/check-params/video-imports.ts | |||
@@ -272,7 +272,7 @@ describe('Test video imports API validator', function () { | |||
272 | }) | 272 | }) |
273 | 273 | ||
274 | it('Should succeed with the correct parameters', async function () { | 274 | it('Should succeed with the correct parameters', async function () { |
275 | this.timeout(30000) | 275 | this.timeout(120000) |
276 | 276 | ||
277 | await makePostBodyRequest({ | 277 | await makePostBodyRequest({ |
278 | url: server.url, | 278 | url: server.url, |
diff --git a/server/tests/api/videos/videos-history.ts b/server/tests/api/videos/videos-history.ts index 89e74a309..e102fd7c0 100644 --- a/server/tests/api/videos/videos-history.ts +++ b/server/tests/api/videos/videos-history.ts | |||
@@ -18,7 +18,7 @@ describe('Test videos history', function () { | |||
18 | let userAccessToken: string | 18 | let userAccessToken: string |
19 | 19 | ||
20 | before(async function () { | 20 | before(async function () { |
21 | this.timeout(30000) | 21 | this.timeout(120000) |
22 | 22 | ||
23 | server = await createSingleServer(1) | 23 | server = await createSingleServer(1) |
24 | 24 | ||