mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-27 03:53:07 +00:00
increasing test threshold
This commit is contained in:
parent
f08d6abde3
commit
66b377e1b5
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ describe("Tremolo", () => {
|
|||
return CompareToFile(() => {
|
||||
const tremolo = new Tremolo().toDestination().start(0.2);
|
||||
const osc = new Oscillator().connect(tremolo).start();
|
||||
}, "tremolo.wav", 0.01);
|
||||
}, "tremolo.wav", 0.05);
|
||||
});
|
||||
|
||||
context("API", () => {
|
||||
|
|
Loading…
Reference in a new issue