Skip to content

Commit

Permalink
br: increase the sleep time in the waitForSend function (pingcap#41322
Browse files Browse the repository at this point in the history
  • Loading branch information
Dousir9 authored and blacktear23 committed Feb 15, 2023
1 parent e3f7e56 commit 546d30d
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 546d30d

Please sign in to comment.