Skip to content

Commit

Permalink
check provisioning -> running every 15 secs instead of 5 (#472)
Browse files Browse the repository at this point in the history
Co-authored-by: Rahul Sharma <[email protected]>
  • Loading branch information
rahulait and rahulait authored Aug 21, 2024
1 parent 56faeae commit 86d3a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/reconciler/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const (
// DefaultMachineControllerLinodeImage default image.
DefaultMachineControllerLinodeImage = "linode/ubuntu22.04"
// DefaultMachineControllerWaitForRunningDelay is the default requeue delay if instance is not running.
DefaultMachineControllerWaitForRunningDelay = 5 * time.Second
DefaultMachineControllerWaitForRunningDelay = 15 * time.Second
// DefaultMachineControllerWaitForPreflightTimeout is the default timeout during the preflight phase.
DefaultMachineControllerWaitForPreflightTimeout = 5 * time.Minute
// DefaultMachineControllerWaitForRunningTimeout is the default timeout if instance is not running.
Expand Down

0 comments on commit 86d3a25

Please sign in to comment.