From 01283e2066314aaa167a2b0b55952b2ae26e650a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 19 May 2023 14:05:14 +0200 Subject: Improve remote runner config UX --- server/tests/api/check-params/upload-quota.ts | 2 +- server/tests/api/check-params/video-comments.ts | 2 +- server/tests/api/videos/video-comments.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'server/tests/api') diff --git a/server/tests/api/check-params/upload-quota.ts b/server/tests/api/check-params/upload-quota.ts index fdc711bd5..008537524 100644 --- a/server/tests/api/check-params/upload-quota.ts +++ b/server/tests/api/check-params/upload-quota.ts @@ -39,7 +39,7 @@ describe('Test upload quota', function () { describe('When having a video quota', function () { it('Should fail with a registered user having too many videos with legacy upload', async function () { - this.timeout(30000) + this.timeout(120000) const user = { username: 'registered' + randomInt(1, 1500), password: 'password' } await server.registrations.register(user) diff --git a/server/tests/api/check-params/video-comments.ts b/server/tests/api/check-params/video-comments.ts index 550198844..9f497c0cf 100644 --- a/server/tests/api/check-params/video-comments.ts +++ b/server/tests/api/check-params/video-comments.ts @@ -31,7 +31,7 @@ describe('Test video comments API validator', function () { // --------------------------------------------------------------- before(async function () { - this.timeout(30000) + this.timeout(120000) server = await createSingleServer(1) diff --git a/server/tests/api/videos/video-comments.ts b/server/tests/api/videos/video-comments.ts index e35500b0b..b7d5624a6 100644 --- a/server/tests/api/videos/video-comments.ts +++ b/server/tests/api/videos/video-comments.ts @@ -24,7 +24,7 @@ describe('Test video comments', function () { let command: CommentsCommand before(async function () { - this.timeout(30000) + this.timeout(120000) server = await createSingleServer(1) -- cgit v1.2.3