Try to debug test timeout

pull/5555/head
Chocobozzz 2023-01-24 11:57:37 +01:00
parent 841cb20243
commit 2a720a0fac
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 3 additions and 0 deletions

View File

@ -95,6 +95,9 @@ describe('Fast restream in live', function () {
async function runTest (replay: boolean) {
const { ffmpegCommand, liveVideoUUID } = await fastRestreamWrapper({ replay })
// TODO: remove, we try to debug a test timeout failure here
console.log('Ensuring last live works')
await ensureLastLiveWorks(liveVideoUUID)
await stopFfmpeg(ffmpegCommand)