From cfa61763812954f738f2863948f6707f9fd3aad1 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 19 May 2023 14:35:03 +0200 Subject: Fix runner cleanup test --- server/tests/peertube-runner/vod-transcoding.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/tests/peertube-runner/vod-transcoding.ts') 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 () { }) it('Should transcode videos on manual run', async function () { - this.timeout(240000) + this.timeout(360000) await servers[0].config.disableTranscoding() @@ -329,7 +329,7 @@ describe('Test VOD transcoding in peertube-runner program', function () { describe('Check cleanup', function () { it('Should have an empty cache directory', async function () { - await checkPeerTubeRunnerCacheIsEmpty() + await checkPeerTubeRunnerCacheIsEmpty(peertubeRunner) }) }) -- cgit v1.2.3