diff --git a/pkg/rpc/context_test.go b/pkg/rpc/context_test.go index 0eda6956f1cc..5c65bf6ca708 100644 --- a/pkg/rpc/context_test.go +++ b/pkg/rpc/context_test.go @@ -202,7 +202,7 @@ func testClockOffsetInPingRequestInternal(t *testing.T, clientOnly bool) { clientOpts := opts // Experimentally, values below 50ms seem to incur flakiness. clientOpts.RPCHeartbeatInterval = 100 * time.Millisecond - clientOpts.RPCHeartbeatTimeout = 100 * time.Millisecond + clientOpts.RPCHeartbeatTimeout = 200 * time.Millisecond clientOpts.ClientOnly = clientOnly clientOpts.OnOutgoingPing = func(ctx context.Context, req *PingRequest) error { select {