diff --git a/server/tests/api/moderation/video-blacklist.ts b/server/tests/api/moderation/video-blacklist.ts index 322e93815..3e7f2ba33 100644 --- a/server/tests/api/moderation/video-blacklist.ts +++ b/server/tests/api/moderation/video-blacklist.ts @@ -32,7 +32,7 @@ describe('Test video blacklist', function () { } before(async function () { - this.timeout(50000) + this.timeout(120000) // Run servers servers = await createMultipleServers(2)