aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-rw-r--r--server/tests/api/videos/video-create-transcoding.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/tests/api/videos/video-create-transcoding.ts b/server/tests/api/videos/video-create-transcoding.ts
index bae06ac6c..128bc885a 100644
--- a/server/tests/api/videos/video-create-transcoding.ts
+++ b/server/tests/api/videos/video-create-transcoding.ts
@@ -60,12 +60,12 @@ function runTests (objectStorage: boolean) {
60 const { shortUUID } = await servers[0].videos.quickUpload({ name: 'video' }) 60 const { shortUUID } = await servers[0].videos.quickUpload({ name: 'video' })
61 videoUUID = shortUUID 61 videoUUID = shortUUID
62 62
63 await waitJobs(servers)
64
63 const video = await servers[0].videos.get({ id: videoUUID }) 65 const video = await servers[0].videos.get({ id: videoUUID })
64 publishedAt = video.publishedAt as string 66 publishedAt = video.publishedAt as string
65 67
66 await servers[0].config.enableTranscoding() 68 await servers[0].config.enableTranscoding()
67
68 await waitJobs(servers)
69 }) 69 })
70 70
71 it('Should generate HLS', async function () { 71 it('Should generate HLS', async function () {