Try to debug test timeout
This commit is contained in:
parent
841cb20243
commit
2a720a0fac
|
@ -95,6 +95,9 @@ describe('Fast restream in live', function () {
|
||||||
async function runTest (replay: boolean) {
|
async function runTest (replay: boolean) {
|
||||||
const { ffmpegCommand, liveVideoUUID } = await fastRestreamWrapper({ replay })
|
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 ensureLastLiveWorks(liveVideoUUID)
|
||||||
|
|
||||||
await stopFfmpeg(ffmpegCommand)
|
await stopFfmpeg(ffmpegCommand)
|
||||||
|
|
Loading…
Reference in New Issue