aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-07-31 16:18:40 +0200
committerChocobozzz <me@florianbigard.com>2020-07-31 16:18:40 +0200
commitcb4eb74485c2044effdc7e43f4f5f92d430d2bc0 (patch)
tree4450a04337c2cfd440a0dabf6db24c32b348a3ec /server/tests/api/check-params
parentb6a8cfc5714c93d0ecf6154e5d3a25b33b50b8cd (diff)
downloadPeerTube-cb4eb74485c2044effdc7e43f4f5f92d430d2bc0.tar.gz
PeerTube-cb4eb74485c2044effdc7e43f4f5f92d430d2bc0.tar.zst
PeerTube-cb4eb74485c2044effdc7e43f4f5f92d430d2bc0.zip
Increase redundancy check params timeout
Diffstat (limited to 'server/tests/api/check-params')
-rw-r--r--server/tests/api/check-params/redundancy.ts2
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 18d2b8dde..cb0cc0854 100644
--- a/server/tests/api/check-params/redundancy.ts
+++ b/server/tests/api/check-params/redundancy.ts
@@ -26,7 +26,7 @@ describe('Test server redundancy API validators', function () {
26 // --------------------------------------------------------------- 26 // ---------------------------------------------------------------
27 27
28 before(async function () { 28 before(async function () {
29 this.timeout(30000) 29 this.timeout(60000)
30 30
31 servers = await flushAndRunMultipleServers(2) 31 servers = await flushAndRunMultipleServers(2)
32 32