diff options
Diffstat (limited to 'server/tests/api/check-params/transcoding.ts')
-rw-r--r-- | server/tests/api/check-params/transcoding.ts | 11 |
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 | ||
3 | import 'mocha' | 3 | import 'mocha' |
4 | import { cleanupTests, createMultipleServers, doubleFollow, PeerTubeServer, setAccessTokensToServers, waitJobs } from '@shared/extra-utils' | ||
5 | import { HttpStatusCode, UserRole } from '@shared/models' | 4 | import { HttpStatusCode, UserRole } from '@shared/models' |
5 | import { | ||
6 | cleanupTests, | ||
7 | createMultipleServers, | ||
8 | doubleFollow, | ||
9 | PeerTubeServer, | ||
10 | setAccessTokensToServers, | ||
11 | waitJobs | ||
12 | } from '@shared/server-commands' | ||
6 | 13 | ||
7 | describe('Test transcoding API validators', function () { | 14 | describe('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) |