Merge pull request #1164 from TimeIncOSS/route53-increase-timeout

Increase aws/Route53 record creation timeout
This commit is contained in:
Mitchell Hashimoto 2015-03-11 08:31:14 +01:00
commit ac92766d2c
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ func resourceAwsRoute53RecordCreate(d *schema.ResourceData, meta interface{}) er
Delay: 30 * time.Second,
Pending: []string{"PENDING"},
Target: "INSYNC",
Timeout: 10 * time.Minute,
Timeout: 30 * time.Minute,
MinTimeout: 5 * time.Second,
Refresh: func() (result interface{}, state string, err error) {
changeRequest := &route53.GetChangeRequest{