Fix tests and elaborate on point in docs

This commit is contained in:
Vanilagy
2026-01-19 14:11:02 +01:00
parent dbaaea255c
commit 277290abe3
3 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -482,7 +482,7 @@ test('MPEG-TS with unknown file size (ReadableStreamSource)', async () => {
.toBeGreaterThanOrEqual(10);
});
test('MPEG-TS transmuxed by FFmpeg', async () => {
test('MPEG-TS transmuxed by FFmpeg', { timeout: 30_000 }, async () => {
using input = new Input({
source: new UrlSource('https://pub-cf9fcfcb5c0a44e9b1bb5ff890e041ae.r2.dev/trim-buck-bunny-ffmpeg.ts'),
formats: ALL_FORMATS,