mirror of https://github.com/kubernetes/kops.git
Bump the wait time for OS write ops
This commit is contained in:
parent
fd7490e3e2
commit
e32e03b07e
|
@ -83,7 +83,7 @@ var readBackoff = wait.Backoff{
|
|||
// writeBackoff is the backoff strategy for openstack write retries.
|
||||
var writeBackoff = wait.Backoff{
|
||||
Duration: time.Second,
|
||||
Factor: 1.5,
|
||||
Factor: 2,
|
||||
Jitter: 0.1,
|
||||
Steps: 5,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue