Increase timeout

This commit is contained in:
Chocobozzz
2021-12-14 14:21:29 +01:00
parent 14857212f1
commit a6f919e455

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)