provider/aws: bump internet gateway detach timeout

pull/2669/head
Katelyn Perry 11 years ago
parent ab0a7d8096
commit 6fbebe3172

@ -207,7 +207,7 @@ func resourceAwsInternetGatewayDetach(d *schema.ResourceData, meta interface{})
Pending: []string{"detaching"},
Target: "detached",
Refresh: detachIGStateRefreshFunc(conn, d.Id(), vpcID.(string)),
Timeout: 2 * time.Minute,
Timeout: 5 * time.Minute,
Delay: 10 * time.Second,
}
if _, err := stateConf.WaitForState(); err != nil {

Loading…
Cancel
Save