aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/plugins/plugin-helpers.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-05-19 14:59:15 +0200
committerChocobozzz <me@florianbigard.com>2023-05-19 15:05:32 +0200
commitd1c64fd970fc236b9ba01ac944659051e9e04a99 (patch)
tree2ee2b40bf1e140b1eec71bfa8f97a4c76399abf9 /server/tests/plugins/plugin-helpers.ts
parent26818a73ba0d7fd53ca69eba0c8e525f3670b5a8 (diff)
downloadPeerTube-d1c64fd970fc236b9ba01ac944659051e9e04a99.tar.gz
PeerTube-d1c64fd970fc236b9ba01ac944659051e9e04a99.tar.zst
PeerTube-d1c64fd970fc236b9ba01ac944659051e9e04a99.zip
Fix missing wait jobs
Diffstat (limited to 'server/tests/plugins/plugin-helpers.ts')
-rw-r--r--server/tests/plugins/plugin-helpers.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/plugins/plugin-helpers.ts b/server/tests/plugins/plugin-helpers.ts
index e25992723..a47b7d4d2 100644
--- a/server/tests/plugins/plugin-helpers.ts
+++ b/server/tests/plugins/plugin-helpers.ts
@@ -287,7 +287,7 @@ describe('Test plugin helpers', function () {
287 let videoUUID: string 287 let videoUUID: string
288 let videoPath: string 288 let videoPath: string
289 289
290 before(async () => { 290 before(async function () {
291 this.timeout(240000) 291 this.timeout(240000)
292 292
293 await servers[0].config.enableTranscoding() 293 await servers[0].config.enableTranscoding()