From 193e752c44340949fd12fef12bac3a60fb526d5d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 6 Nov 2023 14:04:37 +0100 Subject: [PATCH] Increase test timeouts --- packages/tests/src/api/check-params/transcoding.ts | 2 +- packages/tests/src/api/check-params/video-blacklist.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/tests/src/api/check-params/transcoding.ts b/packages/tests/src/api/check-params/transcoding.ts index 50935c59e..87f5a40ac 100644 --- a/packages/tests/src/api/check-params/transcoding.ts +++ b/packages/tests/src/api/check-params/transcoding.ts @@ -22,7 +22,7 @@ describe('Test transcoding API validators', function () { // --------------------------------------------------------------- before(async function () { - this.timeout(120000) + this.timeout(240000) servers = await createMultipleServers(2) await setAccessTokensToServers(servers) diff --git a/packages/tests/src/api/check-params/video-blacklist.ts b/packages/tests/src/api/check-params/video-blacklist.ts index 6ec070b9b..c0506c385 100644 --- a/packages/tests/src/api/check-params/video-blacklist.ts +++ b/packages/tests/src/api/check-params/video-blacklist.ts @@ -26,7 +26,7 @@ describe('Test video blacklist API validators', function () { // --------------------------------------------------------------- before(async function () { - this.timeout(120000) + this.timeout(240000) servers = await createMultipleServers(2)