X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fplugins%2Faction-hooks.ts;h=36f8052c0a1744e7b1f8badb59c500a9ee4b45bb;hb=c2419476302b20e9fe3708d7a0a889ae18c95c1b;hp=405f81d7c3299cb1427db9f6d1367b93f950b443;hpb=785f1897a42984ece9c6f65829d195d67e331d95;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/plugins/action-hooks.ts b/server/tests/plugins/action-hooks.ts index 405f81d7c..36f8052c0 100644 --- a/server/tests/plugins/action-hooks.ts +++ b/server/tests/plugins/action-hooks.ts @@ -1,6 +1,5 @@ /* eslint-disable @typescript-eslint/no-unused-expressions,@typescript-eslint/require-await */ -import 'mocha' import { ServerHookName, VideoPlaylistPrivacy, VideoPrivacy } from '@shared/models' import { cleanupTests, @@ -22,7 +21,7 @@ describe('Test plugin action hooks', function () { } before(async function () { - this.timeout(30000) + this.timeout(120000) servers = await createMultipleServers(2) await setAccessTokensToServers(servers)