Increase test timeout

pull/4795/head
Chocobozzz 2022-02-10 10:43:42 +01:00
parent 0ffa7a0ef3
commit ebee0c0427
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ describe('Test video blacklist', function () {
}
before(async function () {
this.timeout(50000)
this.timeout(120000)
// Run servers
servers = await createMultipleServers(2)