mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-20 11:48:24 -06:00
provider/aws: Increase AMI retry timeouts (#13324)
This commit is contained in:
parent
df30bcbb64
commit
77fe5f8746
@ -18,8 +18,8 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
AWSAMIRetryTimeout = 20 * time.Minute
|
AWSAMIRetryTimeout = 40 * time.Minute
|
||||||
AWSAMIDeleteRetryTimeout = 20 * time.Minute
|
AWSAMIDeleteRetryTimeout = 90 * time.Minute
|
||||||
AWSAMIRetryDelay = 5 * time.Second
|
AWSAMIRetryDelay = 5 * time.Second
|
||||||
AWSAMIRetryMinTimeout = 3 * time.Second
|
AWSAMIRetryMinTimeout = 3 * time.Second
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user