From a6f919e455f2c6ae8f2194da4aa66824a6bfd09e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 14 Dec 2021 14:21:29 +0100 Subject: [PATCH] Increase timeout --- server/tests/api/check-params/transcoding.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/tests/api/check-params/transcoding.ts b/server/tests/api/check-params/transcoding.ts index a8daafe3e..6b6f73d46 100644 --- a/server/tests/api/check-params/transcoding.ts +++ b/server/tests/api/check-params/transcoding.ts @@ -16,7 +16,7 @@ describe('Test transcoding API validators', function () { // --------------------------------------------------------------- before(async function () { - this.timeout(60000) + this.timeout(120000) servers = await createMultipleServers(2) await setAccessTokensToServers(servers)