provider/aws: bump internet gateway detach timeout

This commit is contained in:
Katelyn Perry 2015-07-09 10:42:16 -05:00
parent ab0a7d8096
commit 6fbebe3172

View File

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