Skip to content

Commit c21334d

Browse files
authored
Merge pull request #2303 from khizunov/anton/2302/fix-wait-for-volume
Fix wait for volume ready ~60s
2 parents b28e70d + efe310d commit c21334d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/cloud/cloud.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,7 @@ var (
281281
creationBackoff: wait.Backoff{
282282
Duration: 500 * time.Millisecond,
283283
Factor: 1.5,
284-
Steps: 25,
285-
Cap: 3 * time.Second,
284+
Steps: 11,
286285
},
287286

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

0 commit comments

Comments
 (0)