diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/tests/api/moderation/blocklist.ts | 2 |
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) |