mirror of https://github.com/Chocobozzz/PeerTube
Increase test timeouts
parent
ee8f377515
commit
5b394e1622
|
@ -24,7 +24,7 @@ describe('Test server redundancy API validators', function () {
|
|||
// ---------------------------------------------------------------
|
||||
|
||||
before(async function () {
|
||||
this.timeout(160000)
|
||||
this.timeout(240000)
|
||||
|
||||
servers = await createMultipleServers(2)
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ describe('Test videos views', function () {
|
|||
let userAccessToken: string
|
||||
|
||||
before(async function () {
|
||||
this.timeout(120000)
|
||||
this.timeout(240000)
|
||||
|
||||
servers = await createMultipleServers(2)
|
||||
await setAccessTokensToServers(servers)
|
||||
|
|
Loading…
Reference in New Issue