diff options
author | Chocobozzz <me@florianbigard.com> | 2021-01-11 16:05:10 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-01-11 16:05:10 +0100 |
commit | 55a5b0fd8db402223bb5529a7adfb3832b75479e (patch) | |
tree | d3e697674ce67b622120558e977b5b401746a281 /server/tests/api | |
parent | 653098ef4591091cf1433e052f40b0e691a91ba9 (diff) | |
download | PeerTube-55a5b0fd8db402223bb5529a7adfb3832b75479e.tar.gz PeerTube-55a5b0fd8db402223bb5529a7adfb3832b75479e.tar.zst PeerTube-55a5b0fd8db402223bb5529a7adfb3832b75479e.zip |
Update translations
Diffstat (limited to 'server/tests/api')
-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 ]) |