Fix mention notification with deleted comment

This commit is contained in:
Chocobozzz
2021-03-22 09:49:23 +01:00
parent 42ec411bf8
commit 61fd98341f
2 changed files with 21 additions and 13 deletions

View File

@@ -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)