From 0bb9b1333226eb24eccf40ab1ae62835cfcf2f55 Mon Sep 17 00:00:00 2001 From: Ryan Leung Date: Fri, 6 Sep 2024 13:54:51 +0800 Subject: [PATCH] *: make `TestForwardTSOUnexpectedToFollower` stable (#8595) close tikv/pd#8397, close tikv/pd#8589 Signed-off-by: Ryan Leung Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com> --- server/grpc_service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/grpc_service.go b/server/grpc_service.go index d3db45c8364..216611038e5 100644 --- a/server/grpc_service.go +++ b/server/grpc_service.go @@ -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