Skip to content

Commit

Permalink
1.17 cli timeout increase (#10045)
Browse files Browse the repository at this point in the history
Co-authored-by: Timofei Kukushkin <[email protected]>
Co-authored-by: soloio-bulldozer[bot] <48420018+soloio-bulldozer[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Sep 16, 2024
1 parent c79df39 commit 26e7e9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog/v1.17.8/glooctl-check-metrics-timeout.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
changelog:
- type: NON_USER_FACING
description: >-
Increases timeout for retrieving proxy metrics in glooctl check to 60 seconds.
2 changes: 1 addition & 1 deletion pkg/cliutil/uri.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
)

const (
defaultTimeout = 30 * time.Second
defaultTimeout = 60 * time.Second
)

var (
Expand Down

0 comments on commit 26e7e9c

Please sign in to comment.