Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Framasoft
PeerTube
PeerTube
Commits
2a720a0f
Verified
Commit
2a720a0f
authored
Jan 24, 2023
by
Chocobozzz
Browse files
Try to debug test timeout
parent
841cb202
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/tests/api/live/live-fast-restream.ts
View file @
2a720a0f
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment