mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-28 12:33:12 +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(() => {
|
return CompareToFile(() => {
|
||||||
const tremolo = new Tremolo().toDestination().start(0.2);
|
const tremolo = new Tremolo().toDestination().start(0.2);
|
||||||
const osc = new Oscillator().connect(tremolo).start();
|
const osc = new Oscillator().connect(tremolo).start();
|
||||||
}, "tremolo.wav", 0.01);
|
}, "tremolo.wav", 0.05);
|
||||||
});
|
});
|
||||||
|
|
||||||
context("API", () => {
|
context("API", () => {
|
||||||
|
|
Loading…
Reference in a new issue