From 496b5a5bf67224213e8e63894d8a9a89156b36d0 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 15 Dec 2020 15:09:12 +0100 Subject: Increase test timeout --- server/tests/api/check-params/redundancy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/api') 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 () { // --------------------------------------------------------------- before(async function () { - this.timeout(60000) + this.timeout(80000) servers = await flushAndRunMultipleServers(2) -- cgit v1.2.3