Skip to content

Commit 1fa6e35

Browse files
authored
Merge pull request #156278 from tbg/blathers/backport-release-25.2-156272
2 parents 346ded6 + 061f5cc commit 1fa6e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/roachtest/tests/split.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ func registerLoadSplits(r registry.Registry) {
359359
// The number of splits should be similar to YCSB/A.
360360
cpuThreshold: 100 * time.Millisecond, // 1/10th of a CPU per second.
361361
minimumRanges: 15,
362-
maximumRanges: 40,
362+
maximumRanges: 60, // see #156261
363363
initialRangeCount: 2,
364364
load: ycsbSplitLoad{
365365
workload: "b",

0 commit comments

Comments
 (0)