Skip to content

Commit

Permalink
br: increase the sleep time in the waitForSend function (#41322)
Browse files Browse the repository at this point in the history
close #41210
  • Loading branch information
Dousir9 authored Feb 13, 2023
1 parent be74011 commit 534bd02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion br/pkg/restore/batcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func (sender *drySender) Close() {
}

func waitForSend() {
time.Sleep(10 * time.Millisecond)
time.Sleep(50 * time.Millisecond)
}

func (sender *drySender) Ranges() []rtree.Range {
Expand Down

0 comments on commit 534bd02

Please sign in to comment.