diff --git a/atlasaction/cloud/client.go b/atlasaction/cloud/client.go index 165a9205..900b65fe 100644 --- a/atlasaction/cloud/client.go +++ b/atlasaction/cloud/client.go @@ -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,