mirror of
https://github.com/containous/traefik.git
synced 2025-03-19 18:50:12 +03:00
Increase the timeout on plugin download
This commit is contained in:
parent
52e6ce95cf
commit
81a5b1b4c8
@ -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…
x
Reference in New Issue
Block a user