]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Try to debug test timeout
authorChocobozzz <me@florianbigard.com>
Tue, 24 Jan 2023 10:57:37 +0000 (11:57 +0100)
committerChocobozzz <me@florianbigard.com>
Tue, 24 Jan 2023 10:57:37 +0000 (11:57 +0100)
server/tests/api/live/live-fast-restream.ts

index f6959b83cf6519c43794c7d9956afcfd1191acaf..9e6d10dbd4cc41b3388b5e14d7410cdfd05481fa 100644 (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)