Increase tests timeout
This commit is contained in:
parent
8c4bbd946d
commit
9ec435c85d
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue