mirror of https://github.com/Chocobozzz/PeerTube
parent
98846837eb
commit
4842e518be
|
@ -60,12 +60,12 @@ function runTests (objectStorage: boolean) {
|
||||||
const { shortUUID } = await servers[0].videos.quickUpload({ name: 'video' })
|
const { shortUUID } = await servers[0].videos.quickUpload({ name: 'video' })
|
||||||
videoUUID = shortUUID
|
videoUUID = shortUUID
|
||||||
|
|
||||||
|
await waitJobs(servers)
|
||||||
|
|
||||||
const video = await servers[0].videos.get({ id: videoUUID })
|
const video = await servers[0].videos.get({ id: videoUUID })
|
||||||
publishedAt = video.publishedAt as string
|
publishedAt = video.publishedAt as string
|
||||||
|
|
||||||
await servers[0].config.enableTranscoding()
|
await servers[0].config.enableTranscoding()
|
||||||
|
|
||||||
await waitJobs(servers)
|
|
||||||
})
|
})
|
||||||
|
|
||||||
it('Should generate HLS', async function () {
|
it('Should generate HLS', async function () {
|
||||||
|
|
Loading…
Reference in New Issue