Skip to content

Commit 3cb2b66

Browse files
committed
roachtest: deflake splits test
The test often fails at 200k-290k mark, and once at 174k. Make it target 200k with a bit more time than before. Epic: none Release note: none
1 parent 1b5ca4d commit 3cb2b66

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

0 commit comments

Comments
 (0)