diff options
author | Chocobozzz <me@florianbigard.com> | 2023-05-19 14:59:15 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-05-19 15:05:32 +0200 |
commit | d1c64fd970fc236b9ba01ac944659051e9e04a99 (patch) | |
tree | 2ee2b40bf1e140b1eec71bfa8f97a4c76399abf9 /server/tests/api/runners | |
parent | 26818a73ba0d7fd53ca69eba0c8e525f3670b5a8 (diff) | |
download | PeerTube-d1c64fd970fc236b9ba01ac944659051e9e04a99.tar.gz PeerTube-d1c64fd970fc236b9ba01ac944659051e9e04a99.tar.zst PeerTube-d1c64fd970fc236b9ba01ac944659051e9e04a99.zip |
Fix missing wait jobs
Diffstat (limited to 'server/tests/api/runners')
-rw-r--r-- | server/tests/api/runners/runner-vod-transcoding.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/tests/api/runners/runner-vod-transcoding.ts b/server/tests/api/runners/runner-vod-transcoding.ts index 58478ba4a..43e005bbe 100644 --- a/server/tests/api/runners/runner-vod-transcoding.ts +++ b/server/tests/api/runners/runner-vod-transcoding.ts | |||
@@ -228,6 +228,8 @@ describe('Test runner VOD transcoding', function () { | |||
228 | const payload: VODWebVideoTranscodingSuccess = { videoFile: `video_short_${resolution}p.mp4` } | 228 | const payload: VODWebVideoTranscodingSuccess = { videoFile: `video_short_${resolution}p.mp4` } |
229 | await servers[0].runnerJobs.success({ runnerToken, jobUUID, jobToken, payload }) | 229 | await servers[0].runnerJobs.success({ runnerToken, jobUUID, jobToken, payload }) |
230 | } | 230 | } |
231 | |||
232 | await waitJobs(servers) | ||
231 | }) | 233 | }) |
232 | 234 | ||
233 | it('Should have the video updated', async function () { | 235 | it('Should have the video updated', async function () { |