Increase test timeouts

This commit is contained in:
Chocobozzz 2023-11-06 14:04:37 +01:00
parent a21b7a4193
commit 193e752c44
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -26,7 +26,7 @@ describe('Test video blacklist API validators', function () {
// ---------------------------------------------------------------
before(async function () {
this.timeout(120000)
this.timeout(240000)
servers = await createMultipleServers(2)