mirror of https://github.com/Chocobozzz/PeerTube
Increase test timeouts
parent
a21b7a4193
commit
193e752c44
|
@ -22,7 +22,7 @@ describe('Test transcoding API validators', function () {
|
|||
// ---------------------------------------------------------------
|
||||
|
||||
before(async function () {
|
||||
this.timeout(120000)
|
||||
this.timeout(240000)
|
||||
|
||||
servers = await createMultipleServers(2)
|
||||
await setAccessTokensToServers(servers)
|
||||
|
|
|
@ -26,7 +26,7 @@ describe('Test video blacklist API validators', function () {
|
|||
// ---------------------------------------------------------------
|
||||
|
||||
before(async function () {
|
||||
this.timeout(120000)
|
||||
this.timeout(240000)
|
||||
|
||||
servers = await createMultipleServers(2)
|
||||
|
||||
|
|
Loading…
Reference in New Issue