Skip to content

Commit

Permalink
incremented timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
rrequero committed May 10, 2024
1 parent b9af202 commit 7c3d634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gfw/api/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type GFWClient struct {
// NewClient -
func NewClient(host, token string) (*GFWClient, error) {
c := GFWClient{
HTTPClient: &http.Client{Timeout: 30 * time.Second},
HTTPClient: &http.Client{Timeout: 90 * time.Second},
// Default Hashicups URL
HostURL: host,
}
Expand Down

0 comments on commit 7c3d634

Please sign in to comment.