From 2a720a0fac7236bb19c15e60e4841a1a45f5ecc8 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 24 Jan 2023 11:57:37 +0100 Subject: Try to debug test timeout --- server/tests/api/live/live-fast-restream.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'server') diff --git a/server/tests/api/live/live-fast-restream.ts b/server/tests/api/live/live-fast-restream.ts index f6959b83c..9e6d10dbd 100644 --- a/server/tests/api/live/live-fast-restream.ts +++ b/server/tests/api/live/live-fast-restream.ts @@ -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) -- cgit v1.2.3