Skip to content

Commit

Permalink
storage: really deflake TestReplicateQueueDownReplicateo
Browse files Browse the repository at this point in the history
Fixes #27736.

Release note: None
  • Loading branch information
tbg committed Jul 19, 2018
1 parent 6b49d8c commit aafd08b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/storage/replicate_queue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ func TestReplicateQueueDownReplicate(t *testing.T) {
ReplicationMode: base.ReplicationAuto,
ServerArgs: base.TestServerArgs{
ScanMinIdleTime: time.Millisecond,
ScanMaxIdleTime: time.Millisecond,
},
},
)
Expand Down

0 comments on commit aafd08b

Please sign in to comment.