aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--server/tests/api/check-params/transcoding.ts2
1 files changed, 1 insertions, 1 deletions
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 () {
16 // --------------------------------------------------------------- 16 // ---------------------------------------------------------------
17 17
18 before(async function () { 18 before(async function () {
19 this.timeout(60000) 19 this.timeout(120000)
20 20
21 servers = await createMultipleServers(2) 21 servers = await createMultipleServers(2)
22 await setAccessTokensToServers(servers) 22 await setAccessTokensToServers(servers)