Up the timeout

This commit is contained in:
Vanilagy
2026-01-20 20:12:17 +01:00
parent 79f19b6717
commit e1e32c9505
+1 -1
View File
@@ -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,