X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fcheck-params%2Fvideo-files.ts;h=8c079509236d3aeceb4fdb5112e724bbb5c0e75a;hb=ba2684ceddf9b76312635b9cddc6bf6975ce436a;hp=61936d5625a616278494c07c2574f06903e87c1f;hpb=ad5db1044c8599eaaaa2a578b350777ae996b068;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/check-params/video-files.ts b/server/tests/api/check-params/video-files.ts index 61936d562..8c0795092 100644 --- a/server/tests/api/check-params/video-files.ts +++ b/server/tests/api/check-params/video-files.ts @@ -1,8 +1,15 @@ /* eslint-disable @typescript-eslint/no-unused-expressions,@typescript-eslint/require-await */ import 'mocha' -import { cleanupTests, createMultipleServers, doubleFollow, PeerTubeServer, setAccessTokensToServers, waitJobs } from '@shared/extra-utils' import { HttpStatusCode, UserRole } from '@shared/models' +import { + cleanupTests, + createMultipleServers, + doubleFollow, + PeerTubeServer, + setAccessTokensToServers, + waitJobs +} from '@shared/server-commands' describe('Test videos files', function () { let servers: PeerTubeServer[] @@ -20,7 +27,7 @@ describe('Test videos files', function () { // --------------------------------------------------------------- before(async function () { - this.timeout(150_000) + this.timeout(300_000) servers = await createMultipleServers(2) await setAccessTokensToServers(servers)