Skip to content

Commit

Permalink
increase timeout to 2 secs
Browse files Browse the repository at this point in the history
  • Loading branch information
sakoush committed Oct 18, 2024
1 parent de6901a commit e41d239
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion operator/scheduler/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const (
SchedulerConnectMaxRetries = 12
SchedulerConnectBackoffScalar = 200 * time.Millisecond
ClientKeapAliveTime = 10 * time.Second
ClientKeapAliveTimeout = time.Second
ClientKeapAliveTimeout = 2 * time.Second
ClientKeapAlivePermit = true
)

Expand Down
2 changes: 1 addition & 1 deletion scheduler/pkg/util/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ const (
const (
EnvoyUpdateDefaultBatchWait = 250 * time.Millisecond
ClientKeapAliveTime = 10 * time.Second
ClientKeapAliveTimeout = time.Second
ClientKeapAliveTimeout = 2 * time.Second
ClientKeapAlivePermit = true
)

0 comments on commit e41d239

Please sign in to comment.