increasing test thresholds

This commit is contained in:
tambien 2018-05-17 11:41:13 -04:00
parent f47e49e798
commit 4ed0735f19

View file

@ -22,7 +22,7 @@ define(["Tone/instrument/NoiseSynth", "helper/Basic", "helper/InstrumentTests",
}).toMaster(); }).toMaster();
synth.triggerAttack(0); synth.triggerAttack(0);
synth.triggerAttack(0.3); synth.triggerAttack(0.3);
}, "noiseSynth.wav", 100); }, "noiseSynth.wav", 110);
}); });
it("matches another file", function(){ it("matches another file", function(){
@ -34,7 +34,7 @@ define(["Tone/instrument/NoiseSynth", "helper/Basic", "helper/InstrumentTests",
} }
}).toMaster(); }).toMaster();
synth.triggerAttackRelease(0.1, 0); synth.triggerAttackRelease(0.1, 0);
}, "noiseSynthRelease.wav", 100); }, "noiseSynthRelease.wav", 110);
}); });
context("API", function(){ context("API", function(){