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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/IIRFilter/iirfilter.html

Issue 2749073002: 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 | « third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-automation.html ('k') | 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/IIRFilter/iirfilter.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/IIRFilter/iirfilter.html b/third_party/WebKit/LayoutTests/webaudio/IIRFilter/iirfilter.html
index 2053af5b67608c1a781d3d47011289cc6e9ad8f3..2b82ba135006193959873fe34bb31f7f9eedf28e 100644
--- a/third_party/WebKit/LayoutTests/webaudio/IIRFilter/iirfilter.html
+++ b/third_party/WebKit/LayoutTests/webaudio/IIRFilter/iirfilter.html
@@ -11,8 +11,8 @@
<body>
<script>
- var sampleRate = 48000;
- var testDurationSec = 1;
+ var sampleRate = 24000;
+ var testDurationSec = 0.25;
var testFrames = testDurationSec * sampleRate;
var audit = Audit.createTaskRunner();
« no previous file with comments | « third_party/WebKit/LayoutTests/webaudio/BiquadFilter/biquad-automation.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698