aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-03-22 09:49:23 +0100
committerChocobozzz <me@florianbigard.com>2021-03-22 09:49:23 +0100
commit61fd98341f76b2b7a2a3814408e38af35bd028ee (patch)
treeac0ab8e6bdda4bdbba256f9c8ed9e6c97adecc24 /server/tests
parent42ec411bf879ef9505b93f74610d787320643193 (diff)
downloadPeerTube-61fd98341f76b2b7a2a3814408e38af35bd028ee.tar.gz
PeerTube-61fd98341f76b2b7a2a3814408e38af35bd028ee.tar.zst
PeerTube-61fd98341f76b2b7a2a3814408e38af35bd028ee.zip
Fix mention notification with deleted comment
Diffstat (limited to 'server/tests')
-rw-r--r--server/tests/api/moderation/blocklist.ts2
1 files changed, 1 insertions, 1 deletions
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 () {
107 let userToken2: string 107 let userToken2: string
108 108
109 before(async function () { 109 before(async function () {
110 this.timeout(60000) 110 this.timeout(120000)
111 111
112 servers = await flushAndRunMultipleServers(3) 112 servers = await flushAndRunMultipleServers(3)
113 await setAccessTokensToServers(servers) 113 await setAccessTokensToServers(servers)