X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fplugins%2Faction-hooks.ts;h=36f8052c0a1744e7b1f8badb59c500a9ee4b45bb;hb=c2419476302b20e9fe3708d7a0a889ae18c95c1b;hp=af65166d9965869a516d2983ee4ac9cf5ee97cb7;hpb=e0faa8ad6e18ce6248ef1ec93a59dab5b05be468;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/plugins/action-hooks.ts b/server/tests/plugins/action-hooks.ts index af65166d9..36f8052c0 100644 --- a/server/tests/plugins/action-hooks.ts +++ b/server/tests/plugins/action-hooks.ts @@ -21,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)