diff --git a/client/client.go b/client/client.go index ded131e8..348976f0 100644 --- a/client/client.go +++ b/client/client.go @@ -13,6 +13,8 @@ var ( secureHTTPClient *http.Client insecureHTTPClient *http.Client + // pingTimeout is the timeout for the Ping function + // This is mainly exposed for testing purposes pingTimeout = 5 * time.Second )