aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params/transcoding.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/check-params/transcoding.ts')
-rw-r--r--server/tests/api/check-params/transcoding.ts11
1 files changed, 9 insertions, 2 deletions
diff --git a/server/tests/api/check-params/transcoding.ts b/server/tests/api/check-params/transcoding.ts
index a8daafe3e..333012940 100644
--- a/server/tests/api/check-params/transcoding.ts
+++ b/server/tests/api/check-params/transcoding.ts
@@ -1,8 +1,15 @@
1/* eslint-disable @typescript-eslint/no-unused-expressions,@typescript-eslint/require-await */ 1/* eslint-disable @typescript-eslint/no-unused-expressions,@typescript-eslint/require-await */
2 2
3import 'mocha' 3import 'mocha'
4import { cleanupTests, createMultipleServers, doubleFollow, PeerTubeServer, setAccessTokensToServers, waitJobs } from '@shared/extra-utils'
5import { HttpStatusCode, UserRole } from '@shared/models' 4import { HttpStatusCode, UserRole } from '@shared/models'
5import {
6 cleanupTests,
7 createMultipleServers,
8 doubleFollow,
9 PeerTubeServer,
10 setAccessTokensToServers,
11 waitJobs
12} from '@shared/server-commands'
6 13
7describe('Test transcoding API validators', function () { 14describe('Test transcoding API validators', function () {
8 let servers: PeerTubeServer[] 15 let servers: PeerTubeServer[]
@@ -16,7 +23,7 @@ describe('Test transcoding API validators', function () {
16 // --------------------------------------------------------------- 23 // ---------------------------------------------------------------
17 24
18 before(async function () { 25 before(async function () {
19 this.timeout(60000) 26 this.timeout(120000)
20 27
21 servers = await createMultipleServers(2) 28 servers = await createMultipleServers(2)
22 await setAccessTokensToServers(servers) 29 await setAccessTokensToServers(servers)