From 8d57e728756fe4de70d720775675e961fc3f30d3 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 19 May 2022 08:27:04 +0200 Subject: Increase timeouts --- server/tests/api/check-params/video-imports.ts | 2 +- server/tests/api/videos/videos-history.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'server/tests/api') 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 () { }) it('Should succeed with the correct parameters', async function () { - this.timeout(30000) + this.timeout(120000) await makePostBodyRequest({ 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 () { let userAccessToken: string before(async function () { - this.timeout(30000) + this.timeout(120000) server = await createSingleServer(1) -- cgit v1.2.3