Increase timeout

This commit is contained in:
Chocobozzz 2021-12-14 14:21:29 +01:00
parent 14857212f1
commit a6f919e455
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -16,7 +16,7 @@ describe('Test transcoding API validators', function () {
// ---------------------------------------------------------------
before(async function () {
this.timeout(60000)
this.timeout(120000)
servers = await createMultipleServers(2)
await setAccessTokensToServers(servers)