Skip to content

Commit 880b6d6

Browse files
committed
Increase HTTP client timeout for predictions
(cherry picked from commit 9f821e4)
1 parent 8432eba commit 880b6d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/cmd/lib_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ type cortexClient struct {
4848

4949
var httpClient = &cortexClient{
5050
Client: &http.Client{
51-
Timeout: time.Second * 20,
51+
Timeout: time.Second * 300,
5252
},
5353
}
5454

0 commit comments

Comments
 (0)