X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fserver%2Fjobs.ts;h=d0e6df7197cec7764ba5b6a4f1d33c65e4621e3b;hb=0a8a79552cf59c800011c9f63eaa8658230acddc;hp=843e148a312934d5bead1d854f8b6483b129257e;hpb=e2b2c726b1c1c31794d324c3afd7c24e1f953131;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/server/jobs.ts b/server/tests/api/server/jobs.ts index 843e148a3..d0e6df719 100644 --- a/server/tests/api/server/jobs.ts +++ b/server/tests/api/server/jobs.ts @@ -1,7 +1,6 @@ /* eslint-disable @typescript-eslint/no-unused-expressions,@typescript-eslint/require-await */ -import 'mocha' -import * as chai from 'chai' +import { expect } from 'chai' import { dateIsValid } from '@server/tests/shared' import { wait } from '@shared/core-utils' import { @@ -13,13 +12,11 @@ import { waitJobs } from '@shared/server-commands' -const expect = chai.expect - describe('Test jobs', function () { let servers: PeerTubeServer[] before(async function () { - this.timeout(30000) + this.timeout(240000) servers = await createMultipleServers(2) @@ -30,7 +27,7 @@ describe('Test jobs', function () { }) it('Should create some jobs', async function () { - this.timeout(120000) + this.timeout(240000) await servers[1].videos.upload({ attributes: { name: 'video1' } }) await servers[1].videos.upload({ attributes: { name: 'video2' } })