diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/tests/api/check-params/abuses.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/check-params/abuses.ts b/server/tests/api/check-params/abuses.ts index ef6c66b72..2aa09334c 100644 --- a/server/tests/api/check-params/abuses.ts +++ b/server/tests/api/check-params/abuses.ts | |||
@@ -424,7 +424,7 @@ describe('Test abuses API validators', function () { | |||
424 | let anotherServer: ServerInfo | 424 | let anotherServer: ServerInfo |
425 | 425 | ||
426 | before(async function () { | 426 | before(async function () { |
427 | this.timeout(20000) | 427 | this.timeout(50000) |
428 | 428 | ||
429 | anotherServer = await flushAndRunServer(2) | 429 | anotherServer = await flushAndRunServer(2) |
430 | await setAccessTokensToServers([ anotherServer ]) | 430 | await setAccessTokensToServers([ anotherServer ]) |