Skip to content

Commit

Permalink
atlasaction/cloud: increase cloud client timeout to 60s (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronenlu authored Jan 6, 2025
1 parent 47a81e4 commit 9655626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atlasaction/cloud/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func newClient(endpoint, token, version, cliVersion string) *Client {
endpoint = cloudURL
}
client := retryablehttp.NewClient()
client.HTTPClient.Timeout = time.Second * 30
client.HTTPClient.Timeout = time.Second * 60
client.HTTPClient.Transport = &roundTripper{
token: token,
version: version,
Expand Down

0 comments on commit 9655626

Please sign in to comment.