Increase test timeout

This commit is contained in:
Chocobozzz
2022-02-10 10:43:42 +01:00
parent 0ffa7a0ef3
commit ebee0c0427

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)