Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(181)

Unified Diff: third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-automation.html

Issue 2749383002: Reduce test runtimes for MSAN bots (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-automation.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-automation.html b/third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-automation.html
index 476dc19cb0bd410c70708883331de31c076edc79..04b9946d8aee07267ca645e56f45bdac1c4bec16 100644
--- a/third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-automation.html
+++ b/third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-automation.html
@@ -18,7 +18,7 @@
var sampleRate = 16000;
// How long to render for each test.
- var renderDuration = 0.5;
+ var renderDuration = 0.25;
// Where to end the automations. Fairly arbitrary, but must end before
// the renderDuration.
var automationEndTime = renderDuration / 2;
@@ -167,7 +167,7 @@
f.frequency.linearRampToValueAtTime(parameters.freq[1], automationEndTime);
context.startRendering()
- .then(createFilterVerifier(createBandpassFilter, 4.8429e-6, parameters, b.getChannelData(0),
+ .then(createFilterVerifier(createBandpassFilter, 4.6455e-6, parameters, b.getChannelData(0),
"Output of bandpass filter with frequency automation"))
.then(done);
});
@@ -199,7 +199,7 @@
f.Q.linearRampToValueAtTime(parameters.Q[1], automationEndTime);
context.startRendering()
- .then(createFilterVerifier(createBandpassFilter, 1.16232e-6, parameters, b.getChannelData(0),
+ .then(createFilterVerifier(createBandpassFilter, 9.8348e-7, parameters, b.getChannelData(0),
"Output of bandpass filter with Q automation"))
.then(done);
});
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698