mirror of
https://github.com/retailcrm/api-client-go.git
synced 2025-04-02 20:56:17 +03:00
increase timeout
This commit is contained in:
parent
3e0076bf6b
commit
9568232839
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ func New(url string, key string) *Client {
|
|||
return &Client{
|
||||
URL: url,
|
||||
Key: key,
|
||||
httpClient: &http.Client{Timeout: 20 * time.Second},
|
||||
httpClient: &http.Client{Timeout: time.Minute},
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue