Skip to content

Commit

Permalink
Merge pull request #2303 from khizunov/anton/2302/fix-wait-for-volume
Browse files Browse the repository at this point in the history
Fix wait for volume ready ~60s
  • Loading branch information
k8s-ci-robot authored Jan 22, 2025
2 parents b28e70d + efe310d commit c21334d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/cloud/cloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,7 @@ var (
creationBackoff: wait.Backoff{
Duration: 500 * time.Millisecond,
Factor: 1.5,
Steps: 25,
Cap: 3 * time.Second,
Steps: 11,
},

// Most attach/detach operations on AWS finish within 1-4 seconds.
Expand Down

0 comments on commit c21334d

Please sign in to comment.