1
0
Fork 0

Increase test timeout

This commit is contained in:
Chocobozzz 2020-12-15 15:09:12 +01:00
parent da2cb617af
commit 496b5a5bf6
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

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