aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-01-24 11:57:37 +0100
committerChocobozzz <me@florianbigard.com>2023-01-24 11:57:37 +0100
commit2a720a0fac7236bb19c15e60e4841a1a45f5ecc8 (patch)
tree133b3024cbe4325af5cbd00d6e28df0a836e21cf /server
parent841cb202432a2abf538465f69953027973dc02aa (diff)
downloadPeerTube-2a720a0fac7236bb19c15e60e4841a1a45f5ecc8.tar.gz
PeerTube-2a720a0fac7236bb19c15e60e4841a1a45f5ecc8.tar.zst
PeerTube-2a720a0fac7236bb19c15e60e4841a1a45f5ecc8.zip
Try to debug test timeout
Diffstat (limited to 'server')
-rw-r--r--server/tests/api/live/live-fast-restream.ts3
1 files changed, 3 insertions, 0 deletions
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 () {
95 async function runTest (replay: boolean) { 95 async function runTest (replay: boolean) {
96 const { ffmpegCommand, liveVideoUUID } = await fastRestreamWrapper({ replay }) 96 const { ffmpegCommand, liveVideoUUID } = await fastRestreamWrapper({ replay })
97 97
98 // TODO: remove, we try to debug a test timeout failure here
99 console.log('Ensuring last live works')
100
98 await ensureLastLiveWorks(liveVideoUUID) 101 await ensureLastLiveWorks(liveVideoUUID)
99 102
100 await stopFfmpeg(ffmpegCommand) 103 await stopFfmpeg(ffmpegCommand)