Skip to content

Commit ca03ebc

Browse files
committed
[test] mad tests more lenient approximation
1 parent e89cacd commit ca03ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/test/java/org/elasticsearch/search/aggregations/metrics/MedianAbsoluteDeviationAggregatorTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ public static IsCloseToRelative closeToRelative(double expected, double error) {
202202
}
203203

204204
public static IsCloseToRelative closeToRelative(double expected) {
205-
return closeToRelative(expected, 0.05);
205+
return closeToRelative(expected, 0.1);
206206
}
207207
}
208208

0 commit comments

Comments
 (0)