mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
providers/digitalocean: increase timeout for droplet wait to 60 mins
fixes #325
This commit is contained in:
parent
0ee4e2b46c
commit
f2e92cfeab
@ -355,7 +355,7 @@ func WaitForDropletAttribute(
|
||||
Pending: pending,
|
||||
Target: target,
|
||||
Refresh: newDropletStateRefreshFunc(d, attribute, meta),
|
||||
Timeout: 10 * time.Minute,
|
||||
Timeout: 60 * time.Minute,
|
||||
Delay: 10 * time.Second,
|
||||
MinTimeout: 3 * time.Second,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user