diff --git a/collector/pkg/collector/base.go b/collector/pkg/collector/base.go index 3d4bdc9..38ba51d 100644 --- a/collector/pkg/collector/base.go +++ b/collector/pkg/collector/base.go @@ -8,7 +8,7 @@ import ( "time" ) -var httpClient = &http.Client{Timeout: 10 * time.Second} +var httpClient = &http.Client{Timeout: 60 * time.Second} type BaseCollector struct { logger *logrus.Entry