Skip to content

Commit

Permalink
fix: extend the CAPI warmup timeout
Browse files Browse the repository at this point in the history
When starting up CAPI will try to "warm-up" the configured RuntimeExtensions,
and fail if any runtime extension Pods are not up.
  • Loading branch information
dkoshkin committed Oct 1, 2024
1 parent a7c33db commit ccac478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exp/runtime/internal/controllers/warmup.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (
)

const (
defaultWarmupTimeout = 60 * time.Second
defaultWarmupTimeout = 5 * time.Minute
defaultWarmupInterval = 2 * time.Second
)

Expand Down

0 comments on commit ccac478

Please sign in to comment.