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