diff options
author | Chocobozzz <me@florianbigard.com> | 2022-05-19 08:27:04 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-05-19 08:27:04 +0200 |
commit | 8d57e728756fe4de70d720775675e961fc3f30d3 (patch) | |
tree | 85d4f2001478dd94c13634961fa39fad8a02b377 /server/tests/api/check-params/video-imports.ts | |
parent | e9bce3436197448b3a40a25fbb83688c90312391 (diff) | |
download | PeerTube-8d57e728756fe4de70d720775675e961fc3f30d3.tar.gz PeerTube-8d57e728756fe4de70d720775675e961fc3f30d3.tar.zst PeerTube-8d57e728756fe4de70d720775675e961fc3f30d3.zip |
Increase timeouts
Diffstat (limited to 'server/tests/api/check-params/video-imports.ts')
-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, |