Skip to content

Commit

Permalink
*: make TestForwardTSOUnexpectedToFollower stable (#8595)
Browse files Browse the repository at this point in the history
close #8397, close #8589

Signed-off-by: Ryan Leung <rleungx@gmail.com>

Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
  • Loading branch information
rleungx and ti-chi-bot[bot] committed Sep 6, 2024
1 parent a4ae781 commit 0bb9b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/grpc_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ import (

const (
heartbeatSendTimeout = 5 * time.Second
maxRetryTimesRequestTSOServer = 3
maxRetryTimesRequestTSOServer = 6
retryIntervalRequestTSOServer = 500 * time.Millisecond
getMinTSFromTSOServerTimeout = 1 * time.Second
defaultGRPCDialTimeout = 3 * time.Second
Expand Down

0 comments on commit 0bb9b13

Please sign in to comment.