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)