Increase test timeout
This commit is contained in:
parent
da2cb617af
commit
496b5a5bf6
|
@ -27,7 +27,7 @@ describe('Test server redundancy API validators', function () {
|
||||||
// ---------------------------------------------------------------
|
// ---------------------------------------------------------------
|
||||||
|
|
||||||
before(async function () {
|
before(async function () {
|
||||||
this.timeout(60000)
|
this.timeout(80000)
|
||||||
|
|
||||||
servers = await flushAndRunMultipleServers(2)
|
servers = await flushAndRunMultipleServers(2)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue