Increase redundancy check params timeout

This commit is contained in:
Chocobozzz
2020-07-31 16:18:40 +02:00
parent b6a8cfc571
commit cb4eb74485

View File

@@ -26,7 +26,7 @@ describe('Test server redundancy API validators', function () {
// ---------------------------------------------------------------
before(async function () {
this.timeout(30000)
this.timeout(60000)
servers = await flushAndRunMultipleServers(2)