Increase redundancy check params timeout
This commit is contained in:
parent
b6a8cfc571
commit
cb4eb74485
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue