From 7ea8f6d751d6324e107a92db52633ce28d9ddfba Mon Sep 17 00:00:00 2001 From: Vanilagy <1696106+Vanilagy@users.noreply.github.com> Date: Wed, 1 Jul 2026 16:25:53 +0200 Subject: [PATCH] Up timeout on test --- test/node/mpeg-ts-demuxing.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/node/mpeg-ts-demuxing.test.ts b/test/node/mpeg-ts-demuxing.test.ts index 01e1a9b..a21342e 100644 --- a/test/node/mpeg-ts-demuxing.test.ts +++ b/test/node/mpeg-ts-demuxing.test.ts @@ -354,7 +354,7 @@ test('MPEG-TS seeking race condition test', async () => { } }); -test('MPEG-TS video key packets', { timeout: 10_000 }, async () => { +test('MPEG-TS video key packets', { timeout: 30_000 }, async () => { for (let i = 0; i < 2; i++) { using input = new Input({ source: new FilePathSource(path.join(__dirname, '../public/trim-buck-bunny-ffmpeg.ts')),