Skip to content

Commit

Permalink
Merge pull request cockroachdb#33406 from tbg/backport2.1-33013
Browse files Browse the repository at this point in the history
backport-2.1: storage: un-starve TestReplicateQueueDownReplicate
  • Loading branch information
tbg authored Jan 2, 2019
2 parents a78a81c + 0c2c0da commit 3023ff1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/storage/replicate_queue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ func TestReplicateQueueDownReplicate(t *testing.T) {
base.TestClusterArgs{
ReplicationMode: base.ReplicationAuto,
ServerArgs: base.TestServerArgs{
ScanMinIdleTime: time.Millisecond,
ScanMaxIdleTime: time.Millisecond,
ScanMinIdleTime: 10 * time.Millisecond,
ScanMaxIdleTime: 10 * time.Millisecond,
Knobs: base.TestingKnobs{
Store: &storage.StoreTestingKnobs{
// Prevent the merge queue from immediately discarding our splits.
Expand Down

0 comments on commit 3023ff1

Please sign in to comment.