Skip to content

Commit c26e5db

Browse files
committed
wider range for aggs
1 parent 4e88241 commit c26e5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/action/TimeSeriesRateIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ record Doc(String host, String cluster, long timestamp, int requestCount, double
4040
final Map<String, Integer> hostToRate = new HashMap<>();
4141
final Map<String, Integer> hostToCpu = new HashMap<>();
4242

43-
static final float DEVIATION_LIMIT = 0.25f;
43+
static final float DEVIATION_LIMIT = 0.30f;
4444
// extra deviation tolerance for subgroups due to fewer samples
4545
// at 0.35 deviation limit, we see 2/8000 failures. I am expanding to 0.4
4646
static final float SUBGROUP_DEVIATION_LIMIT = 0.45f;

0 commit comments

Comments
 (0)