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')),