Fix missing wait jobs

This commit is contained in:
Chocobozzz
2023-05-19 14:59:15 +02:00
parent 26818a73ba
commit d1c64fd970
7 changed files with 9 additions and 7 deletions

View File

@@ -287,7 +287,7 @@ describe('Test plugin helpers', function () {
let videoUUID: string
let videoPath: string
before(async () => {
before(async function () {
this.timeout(240000)
await servers[0].config.enableTranscoding()