Skip to content

Commit

Permalink
Merge pull request #1280 from metal3-io/revert-1275-preprov-delay
Browse files Browse the repository at this point in the history
Revert "🌱 Reduce the preprovisioning image retry delay"
  • Loading branch information
metal3-io-bot committed May 30, 2023
2 parents 8a7edfb + 9f44412 commit f8a2bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/metal3.io/baremetalhost_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ import (
const (
hostErrorRetryDelay = time.Second * 10
unmanagedRetryDelay = time.Minute * 10
preprovImageRetryDelay = time.Second * 30
preprovImageRetryDelay = time.Minute * 5
provisionerNotReadyRetryDelay = time.Second * 30
subResourceNotReadyRetryDelay = time.Second * 60
rebootAnnotationPrefix = "reboot.metal3.io"
Expand Down

0 comments on commit f8a2bbd

Please sign in to comment.