providers/aws: extend InternetGateway timeout to be safe

pull/18/head
Mitchell Hashimoto 12 years ago
parent 71b30c633f
commit 265cc4fffa

@ -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
}

Loading…
Cancel
Save