We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8432eba commit 880b6d6Copy full SHA for 880b6d6
cli/cmd/lib_client.go
@@ -48,7 +48,7 @@ type cortexClient struct {
48
49
var httpClient = &cortexClient{
50
Client: &http.Client{
51
- Timeout: time.Second * 20,
+ Timeout: time.Second * 300,
52
},
53
}
54
0 commit comments