Increase the timeout on plugin download
This commit is contained in:
parent
52e6ce95cf
commit
81a5b1b4c8
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ func NewClient(opts ClientOptions) (*Client, error) {
|
|||
}
|
||||
|
||||
return &Client{
|
||||
HTTPClient: &http.Client{Timeout: 5 * time.Second},
|
||||
HTTPClient: &http.Client{Timeout: 10 * time.Second},
|
||||
baseURL: baseURL,
|
||||
|
||||
archives: archivesPath,
|
||||
|
|
Loading…
Reference in a new issue