mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Add concept of video state, and add ability to wait transcoding before
publishing a video
This commit is contained in:
parent
6ccdf3a23e
commit
2186386cca
54 changed files with 762 additions and 476 deletions
|
@ -65,7 +65,7 @@ describe('Test create transcoding jobs', function () {
|
|||
const env = getEnvCli(servers[0])
|
||||
await execCLI(`${env} npm run create-transcoding-job -- -v ${video2UUID}`)
|
||||
|
||||
await wait(30000)
|
||||
await wait(40000)
|
||||
|
||||
for (const server of servers) {
|
||||
const res = await getVideosList(server.url)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue