Skip to content

Commit

Permalink
fix: increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
adripo committed Nov 5, 2022
1 parent 727d5b0 commit 222b810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/pkg/collector/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 222b810

Please sign in to comment.