aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-05-19 08:27:04 +0200
committerChocobozzz <me@florianbigard.com>2022-05-19 08:27:04 +0200
commit8d57e728756fe4de70d720775675e961fc3f30d3 (patch)
tree85d4f2001478dd94c13634961fa39fad8a02b377 /server/tests/api
parente9bce3436197448b3a40a25fbb83688c90312391 (diff)
downloadPeerTube-8d57e728756fe4de70d720775675e961fc3f30d3.tar.gz
PeerTube-8d57e728756fe4de70d720775675e961fc3f30d3.tar.zst
PeerTube-8d57e728756fe4de70d720775675e961fc3f30d3.zip
Increase timeouts
Diffstat (limited to 'server/tests/api')
-rw-r--r--server/tests/api/check-params/video-imports.ts2
-rw-r--r--server/tests/api/videos/videos-history.ts2
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