Skip to content

Commit a678fed

Browse files
committed
test(engine): allow grouped mixes to finish on Windows
1 parent 2c10c8c commit a678fed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/engine/src/services/audioMixer.grouping.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ describe.skipIf(!HAS_FFMPEG)("group sub-mix failure contract", () => {
496496
// If both ids map to `group-bed_a.wav`, the second submix overwrites the
497497
// first and the outer mix reads the 880 Hz group twice, roughly 3 dB hot.
498498
expect(Math.abs(meanVolumeDb(groupedOut) - meanVolumeDb(flatOut))).toBeLessThan(0.5);
499-
});
499+
}, 30_000);
500500
});
501501

502502
describe("duplicate bus instances", () => {

0 commit comments

Comments
 (0)