mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix missing wait jobs
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user