Index: LayoutTests/webaudio/audioparam-setTargetAtTime.html |
diff --git a/LayoutTests/webaudio/audioparam-setTargetAtTime.html b/LayoutTests/webaudio/audioparam-setTargetAtTime.html |
index dc22e793951ee48963fdcda185953c5d0a94774b..fe77394a670a03472215503f34cb9d0abc3a3be7 100644 |
--- a/LayoutTests/webaudio/audioparam-setTargetAtTime.html |
+++ b/LayoutTests/webaudio/audioparam-setTargetAtTime.html |
@@ -24,7 +24,7 @@ description("Test AudioParam setTargetAtTime() functionality."); |
var numberOfTests = 100; |
// Max allowed difference between the rendered data and the expected result. |
-var maxAllowedError = 2.79e-5; |
+var maxAllowedError = 3.9e-5; |
// The AudioGainNode starts with this value instead of the default value. |
var initialValue = 100; |