provider/digitalocean: less aggressive retry
This commit is contained in:
parent
c2677b3c0a
commit
bf3ac46c36
|
@ -321,6 +321,8 @@ func WaitForDropletAttribute(id string, target string, pending []string, attribu
|
||||||
Target: target,
|
Target: target,
|
||||||
Refresh: new_droplet_state_refresh_func(id, attribute, client),
|
Refresh: new_droplet_state_refresh_func(id, attribute, client),
|
||||||
Timeout: 10 * time.Minute,
|
Timeout: 10 * time.Minute,
|
||||||
|
Delay: 10 * time.Second,
|
||||||
|
MinTimeout: 3 * time.Second,
|
||||||
}
|
}
|
||||||
|
|
||||||
return stateConf.WaitForState()
|
return stateConf.WaitForState()
|
||||||
|
|
Loading…
Reference in New Issue