aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params
diff options
context:
space:
mode:
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 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