Merge pull request #2669 from kjperry/master

provider/aws: bump internet gateway detach timeout
This commit is contained in:
Paul Hinze 2015-07-09 09:49:55 -06:00
commit 933bc85c8f
1 changed files with 1 additions and 1 deletions

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 {