Skip to content

Commit 2b0d938

Browse files
authored
Merge pull request #6068 from gchq/6067-parallel-compactions-assertion
Issue 6067 - Update assertion in ParallelCompactionsST
2 parents fc16dd7 + bb18031 commit 2b0d938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/system-test/system-test-suite/src/test/java/sleeper/systemtest/suite/ParallelCompactionsST.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ void shouldApplyOneCompactionPerPartition(SleeperDsl sleeper) {
110110
assertThat(sleeper.reporting().finishedCompactionTasks())
111111
.allSatisfy(task -> assertThat(task.getJobRuns())
112112
.describedAs("ran the expected distribution of jobs")
113-
.isBetween(0, 400));
113+
.isBetween(0, 600));
114114
}
115115

116116
}

0 commit comments

Comments
 (0)