Increase test timeouts

pull/6026/head
Chocobozzz 2023-11-08 13:48:22 +01:00
parent ee8f377515
commit 5b394e1622
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ describe('Test server redundancy API validators', function () {
// ---------------------------------------------------------------
before(async function () {
this.timeout(160000)
this.timeout(240000)
servers = await createMultipleServers(2)

View File

@ -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)