Skip to content

Commit

Permalink
aws/Route53 record creation timeout 10->30 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
Radek Simko committed Mar 9, 2015
1 parent e32ad9e commit bc44fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/providers/aws/resource_aws_route53_record.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit bc44fdc

Please sign in to comment.