Increase redundancy check params timeout
This commit is contained in:
parent
b6a8cfc571
commit
cb4eb74485
|
@ -26,7 +26,7 @@ describe('Test server redundancy API validators', function () {
|
||||||
// ---------------------------------------------------------------
|
// ---------------------------------------------------------------
|
||||||
|
|
||||||
before(async function () {
|
before(async function () {
|
||||||
this.timeout(30000)
|
this.timeout(60000)
|
||||||
|
|
||||||
servers = await flushAndRunMultipleServers(2)
|
servers = await flushAndRunMultipleServers(2)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue