diff options
author | Chocobozzz <me@florianbigard.com> | 2022-12-29 10:14:43 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-12-29 10:14:43 +0100 |
commit | 4fe7cde283b9b88a2917824e34e23356849b33b8 (patch) | |
tree | 2d22401d48bba04247bd99c791f1eee04e485d8b /server/tests/api/check-params | |
parent | d97d36b486847689f6089a6877afc70ba4123e80 (diff) | |
download | PeerTube-4fe7cde283b9b88a2917824e34e23356849b33b8.tar.gz PeerTube-4fe7cde283b9b88a2917824e34e23356849b33b8.tar.zst PeerTube-4fe7cde283b9b88a2917824e34e23356849b33b8.zip |
Fix build
Diffstat (limited to 'server/tests/api/check-params')
-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 908407b9a..73dfd489d 100644 --- a/server/tests/api/check-params/redundancy.ts +++ b/server/tests/api/check-params/redundancy.ts | |||
@@ -24,7 +24,7 @@ describe('Test server redundancy API validators', function () { | |||
24 | // --------------------------------------------------------------- | 24 | // --------------------------------------------------------------- |
25 | 25 | ||
26 | before(async function () { | 26 | before(async function () { |
27 | this.timeout(80000) | 27 | this.timeout(160000) |
28 | 28 | ||
29 | servers = await createMultipleServers(2) | 29 | servers = await createMultipleServers(2) |
30 | 30 | ||