Skip to content

Commit

Permalink
increasing test threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
tambien committed Sep 30, 2019
1 parent 7f090a3 commit 92816c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tone/instrument/FMSynth.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe("FMSynth", () => {
return CompareToFile(() => {
const synth = new FMSynth().toDestination();
synth.triggerAttackRelease("G4", 0.1, 0.05);
}, "fmSynth.wav", 0.01);
}, "fmSynth.wav", 0.06);
});

context("API", () => {
Expand Down

0 comments on commit 92816c3

Please sign in to comment.