aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/peertube-runner/vod-transcoding.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-05-19 14:35:03 +0200
committerChocobozzz <me@florianbigard.com>2023-05-19 14:35:03 +0200
commitcfa61763812954f738f2863948f6707f9fd3aad1 (patch)
treedefaeb03e3a092ef3d3eb17150fa58831090ef66 /server/tests/peertube-runner/vod-transcoding.ts
parent476ce1d7f42701cb2ce456b52c27a23ccfcef6d4 (diff)
downloadPeerTube-cfa61763812954f738f2863948f6707f9fd3aad1.tar.gz
PeerTube-cfa61763812954f738f2863948f6707f9fd3aad1.tar.zst
PeerTube-cfa61763812954f738f2863948f6707f9fd3aad1.zip
Fix runner cleanup test
Diffstat (limited to 'server/tests/peertube-runner/vod-transcoding.ts')
-rw-r--r--server/tests/peertube-runner/vod-transcoding.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/tests/peertube-runner/vod-transcoding.ts b/server/tests/peertube-runner/vod-transcoding.ts
index 02d839339..f1670c1fb 100644
--- a/server/tests/peertube-runner/vod-transcoding.ts
+++ b/server/tests/peertube-runner/vod-transcoding.ts
@@ -189,7 +189,7 @@ describe('Test VOD transcoding in peertube-runner program', function () {
189 }) 189 })
190 190
191 it('Should transcode videos on manual run', async function () { 191 it('Should transcode videos on manual run', async function () {
192 this.timeout(240000) 192 this.timeout(360000)
193 193
194 await servers[0].config.disableTranscoding() 194 await servers[0].config.disableTranscoding()
195 195
@@ -329,7 +329,7 @@ describe('Test VOD transcoding in peertube-runner program', function () {
329 describe('Check cleanup', function () { 329 describe('Check cleanup', function () {
330 330
331 it('Should have an empty cache directory', async function () { 331 it('Should have an empty cache directory', async function () {
332 await checkPeerTubeRunnerCacheIsEmpty() 332 await checkPeerTubeRunnerCacheIsEmpty(peertubeRunner)
333 }) 333 })
334 }) 334 })
335 335