diff options
Diffstat (limited to 'server/tests/peertube-runner')
-rw-r--r-- | server/tests/peertube-runner/live-transcoding.ts | 2 | ||||
-rw-r--r-- | server/tests/peertube-runner/studio-transcoding.ts | 2 | ||||
-rw-r--r-- | server/tests/peertube-runner/vod-transcoding.ts | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/server/tests/peertube-runner/live-transcoding.ts b/server/tests/peertube-runner/live-transcoding.ts index c56f4cd84..17e1f3078 100644 --- a/server/tests/peertube-runner/live-transcoding.ts +++ b/server/tests/peertube-runner/live-transcoding.ts | |||
@@ -178,7 +178,7 @@ describe('Test Live transcoding in peertube-runner program', function () { | |||
178 | describe('Check cleanup', function () { | 178 | describe('Check cleanup', function () { |
179 | 179 | ||
180 | it('Should have an empty cache directory', async function () { | 180 | it('Should have an empty cache directory', async function () { |
181 | await checkPeerTubeRunnerCacheIsEmpty() | 181 | await checkPeerTubeRunnerCacheIsEmpty(peertubeRunner) |
182 | }) | 182 | }) |
183 | }) | 183 | }) |
184 | 184 | ||
diff --git a/server/tests/peertube-runner/studio-transcoding.ts b/server/tests/peertube-runner/studio-transcoding.ts index f60b83dbd..400203eb3 100644 --- a/server/tests/peertube-runner/studio-transcoding.ts +++ b/server/tests/peertube-runner/studio-transcoding.ts | |||
@@ -103,7 +103,7 @@ describe('Test studio transcoding in peertube-runner program', function () { | |||
103 | describe('Check cleanup', function () { | 103 | describe('Check cleanup', function () { |
104 | 104 | ||
105 | it('Should have an empty cache directory', async function () { | 105 | it('Should have an empty cache directory', async function () { |
106 | await checkPeerTubeRunnerCacheIsEmpty() | 106 | await checkPeerTubeRunnerCacheIsEmpty(peertubeRunner) |
107 | }) | 107 | }) |
108 | }) | 108 | }) |
109 | 109 | ||
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 | ||