fix: increase timeout

pull/391/head
adripo 2 years ago committed by GitHub
parent 727d5b0ace
commit 222b8103d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save