Skip to content

Commit fabdb54

Browse files
roachtest: deflake splits test (#170969)
roachtest: deflake splits test
2 parents 0e874e0 + b331baa commit fabdb54

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
@@ -779,7 +779,7 @@ func registerKVSplits(r registry.Registry) {
779779
// far past the number of replicas per node we support, at least if the
780780
// ranges start to unquiesce (which can set off a cascade due to resource
781781
// exhaustion).
782-
{true, 300_000, registry.EpochLeases, 2 * time.Hour, nil},
782+
{true, 200_000, registry.EpochLeases, 140 * time.Minute, nil},
783783
// This version of the test prevents range quiescence to trigger the
784784
// badness described above more reliably for when we wish to improve
785785
// the performance. For now, just verify that 30k unquiesced ranges

0 commit comments

Comments
 (0)