Skip to content

Commit 0307736

Browse files
committed
Further tweak test values
1 parent e512582 commit 0307736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/ml/qa/native-multi-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/ml/integration/AutodetectMemoryLimitIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public void testTooManyPartitions() throws Exception {
7878
// Assert we haven't violated the limit too much
7979
GetJobsStatsAction.Response.JobStats jobStats = getJobStats(job.getId()).get(0);
8080
ModelSizeStats modelSizeStats = jobStats.getModelSizeStats();
81-
assertThat(modelSizeStats.getModelBytes(), lessThan(50200000L));
81+
assertThat(modelSizeStats.getModelBytes(), lessThan(50300000L));
8282
assertThat(modelSizeStats.getModelBytes(), greaterThan(24000000L));
8383
assertThat(
8484
modelSizeStats.getMemoryStatus(),

0 commit comments

Comments
 (0)