X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fserver%2Fauto-follows.ts;h=9666e61dd5bd6dc526f4b0a3798ffdb80af83306;hb=e0faa8ad6e18ce6248ef1ec93a59dab5b05be468;hp=6d2333a6bc582db202fc787fd396eb6d84bb0c0f;hpb=c3edc5b074aa4bb1861ed0a94d3713808e87170f;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/server/auto-follows.ts b/server/tests/api/server/auto-follows.ts index 6d2333a6b..9666e61dd 100644 --- a/server/tests/api/server/auto-follows.ts +++ b/server/tests/api/server/auto-follows.ts @@ -1,6 +1,5 @@ /* eslint-disable @typescript-eslint/no-unused-expressions,@typescript-eslint/require-await */ -import 'mocha' import * as chai from 'chai' import { MockInstancesIndex } from '@server/tests/shared' import { wait } from '@shared/core-utils' @@ -49,7 +48,7 @@ describe('Test auto follows', function () { let servers: PeerTubeServer[] = [] before(async function () { - this.timeout(30000) + this.timeout(120000) servers = await createMultipleServers(3)