mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-15 16:00:26 -04:00
providers/aws: extend InternetGateway timeout to be safe
This commit is contained in:
@@ -288,7 +288,7 @@ func IGAttachStateRefreshFunc(conn *ec2.EC2, id string, expected string) resourc
|
||||
|
||||
ig := &resp.InternetGateways[0]
|
||||
|
||||
if time.Now().Sub(start) > 5 * time.Second {
|
||||
if time.Now().Sub(start) > 10 * time.Second {
|
||||
return ig, expected, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user