1
0
Fork 0

Increase redundancy check params timeout

This commit is contained in:
Chocobozzz 2020-07-31 16:18:40 +02:00
parent b6a8cfc571
commit cb4eb74485
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

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)