From 61fd98341f76b2b7a2a3814408e38af35bd028ee Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 22 Mar 2021 09:49:23 +0100 Subject: Fix mention notification with deleted comment --- server/tests/api/moderation/blocklist.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/api/moderation/blocklist.ts') diff --git a/server/tests/api/moderation/blocklist.ts b/server/tests/api/moderation/blocklist.ts index 8c9107a50..e8202aff1 100644 --- a/server/tests/api/moderation/blocklist.ts +++ b/server/tests/api/moderation/blocklist.ts @@ -107,7 +107,7 @@ describe('Test blocklist', function () { let userToken2: string before(async function () { - this.timeout(60000) + this.timeout(120000) servers = await flushAndRunMultipleServers(3) await setAccessTokensToServers(servers) -- cgit v1.2.3