From ebee0c0427800e74800e21fd0e1d7550f7130270 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 10 Feb 2022 10:43:42 +0100 Subject: Increase test timeout --- server/tests/api/moderation/video-blacklist.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3