Skip to content

Commit bcd3d5e

Browse files
release-25.4: roachtest: deflake splits test (#170989)
release-25.4: roachtest: deflake splits test
2 parents 574f3d8 + b8ad0ee commit bcd3d5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • pkg/cmd/roachtest/tests

pkg/cmd/roachtest/tests/kv.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ func registerKVSplits(r registry.Registry) {
746746
// far past the number of replicas per node we support, at least if the
747747
// ranges start to unquiesce (which can set off a cascade due to resource
748748
// exhaustion).
749-
{true, 300_000, registry.EpochLeases, 2 * time.Hour, nil},
749+
{true, 200_000, registry.EpochLeases, 140 * time.Minute, nil},
750750
// This version of the test prevents range quiescence to trigger the
751751
// badness described above more reliably for when we wish to improve
752752
// the performance. For now, just verify that 30k unquiesced ranges

0 commit comments

Comments
 (0)