From cb4eb74485c2044effdc7e43f4f5f92d430d2bc0 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 31 Jul 2020 16:18:40 +0200 Subject: [PATCH] Increase redundancy check params timeout --- server/tests/api/check-params/redundancy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () { // --------------------------------------------------------------- before(async function () { - this.timeout(30000) + this.timeout(60000) servers = await flushAndRunMultipleServers(2)