From e1e32c95053de9d7af62bad3e0a57884a6a7e760 Mon Sep 17 00:00:00 2001 From: Vanilagy <1696106+Vanilagy@users.noreply.github.com> Date: Tue, 20 Jan 2026 20:12:17 +0100 Subject: [PATCH] Up the timeout --- test/node/adts-muxer.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/node/adts-muxer.test.ts b/test/node/adts-muxer.test.ts index 86ae23f..d155414 100644 --- a/test/node/adts-muxer.test.ts +++ b/test/node/adts-muxer.test.ts @@ -62,7 +62,7 @@ test('ADTS muxer with raw AAC input', async () => { expect(count).toBe(237); }); -test('ADTS muxer with ADTS input (passthrough)', async () => { +test('ADTS muxer with ADTS input (passthrough)', { timeout: 10_000 }, async () => { using input = new Input({ source: new FilePathSource(path.join(__dirname, '../public/sample3.aac')), formats: ALL_FORMATS,