Skip to content

Commit fb6a253

Browse files
authored
Merge pull request #156280 from tbg/blathers/backport-release-25.4-156272
2 parents bafa080 + 09cd157 commit fb6a253

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
@@ -362,7 +362,7 @@ func registerLoadSplits(r registry.Registry) {
362362
// The number of splits should be similar to YCSB/A.
363363
cpuThreshold: 100 * time.Millisecond, // 1/10th of a CPU per second.
364364
minimumRanges: 15,
365-
maximumRanges: 40,
365+
maximumRanges: 60, // see #156261
366366
initialRangeCount: 2,
367367
load: ycsbSplitLoad{
368368
workload: "b",

0 commit comments

Comments
 (0)