1
0
Fork 0

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
1 changed files with 1 additions and 1 deletions

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)