diff options
Diffstat (limited to 'server/tests/api/check-params')
-rw-r--r-- | server/tests/api/check-params/video-imports.ts | 2 |
1 files changed, 1 insertions, 1 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, |