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