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 38ddd4e56..5975985a1 100644 --- a/server/tests/api/check-params/video-imports.ts +++ b/server/tests/api/check-params/video-imports.ts | |||
@@ -246,7 +246,7 @@ describe('Test video imports API validator', function () { | |||
246 | }) | 246 | }) |
247 | 247 | ||
248 | it('Should succeed with the correct parameters', async function () { | 248 | it('Should succeed with the correct parameters', async function () { |
249 | this.timeout(10000) | 249 | this.timeout(30000) |
250 | 250 | ||
251 | { | 251 | { |
252 | await makePostBodyRequest({ | 252 | await makePostBodyRequest({ |