diff options
author | Chocobozzz <me@florianbigard.com> | 2020-12-15 15:09:12 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-12-15 15:09:12 +0100 |
commit | 496b5a5bf67224213e8e63894d8a9a89156b36d0 (patch) | |
tree | f73ae9add26a87288b940cc9a29a1fe020710de9 /server/tests | |
parent | da2cb617afa0623c11e9fe3924e5111c0afdf707 (diff) | |
download | PeerTube-496b5a5bf67224213e8e63894d8a9a89156b36d0.tar.gz PeerTube-496b5a5bf67224213e8e63894d8a9a89156b36d0.tar.zst PeerTube-496b5a5bf67224213e8e63894d8a9a89156b36d0.zip |
Increase test timeout
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/api/check-params/redundancy.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/check-params/redundancy.ts b/server/tests/api/check-params/redundancy.ts index 3e04865ee..71be50a6f 100644 --- a/server/tests/api/check-params/redundancy.ts +++ b/server/tests/api/check-params/redundancy.ts | |||
@@ -27,7 +27,7 @@ describe('Test server redundancy API validators', function () { | |||
27 | // --------------------------------------------------------------- | 27 | // --------------------------------------------------------------- |
28 | 28 | ||
29 | before(async function () { | 29 | before(async function () { |
30 | this.timeout(60000) | 30 | this.timeout(80000) |
31 | 31 | ||
32 | servers = await flushAndRunMultipleServers(2) | 32 | servers = await flushAndRunMultipleServers(2) |
33 | 33 | ||