Skip to content

Commit

Permalink
increase the sleep time in the waitforsend function
Browse files Browse the repository at this point in the history
  • Loading branch information
Dousir9 committed Feb 13, 2023
1 parent 707d3d5 commit 1ee4253
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 1ee4253

Please sign in to comment.