diff options
author | Chocobozzz <me@florianbigard.com> | 2023-01-24 11:57:37 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-01-24 11:57:37 +0100 |
commit | 2a720a0fac7236bb19c15e60e4841a1a45f5ecc8 (patch) | |
tree | 133b3024cbe4325af5cbd00d6e28df0a836e21cf /server/tests/api | |
parent | 841cb202432a2abf538465f69953027973dc02aa (diff) | |
download | PeerTube-2a720a0fac7236bb19c15e60e4841a1a45f5ecc8.tar.gz PeerTube-2a720a0fac7236bb19c15e60e4841a1a45f5ecc8.tar.zst PeerTube-2a720a0fac7236bb19c15e60e4841a1a45f5ecc8.zip |
Try to debug test timeout
Diffstat (limited to 'server/tests/api')
-rw-r--r-- | server/tests/api/live/live-fast-restream.ts | 3 |
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) |