Increase tests timeout

pull/5544/head
Chocobozzz 2023-01-11 08:44:06 +01:00
parent 8c4bbd946d
commit 9ec435c85d
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ describe('Official plugin auto-block videos', function () {
let port: number
before(async function () {
this.timeout(60000)
this.timeout(120000)
servers = await createMultipleServers(2)
await setAccessTokensToServers(servers)

View File

@ -21,7 +21,7 @@ describe('Official plugin auto-mute', function () {
let port: number
before(async function () {
this.timeout(30000)
this.timeout(120000)
servers = await createMultipleServers(2)
await setAccessTokensToServers(servers)