Skip to content

Commit

Permalink
hashicorp#8051 :: bumped aws_rds_cluster timeout to 40 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Crawley committed Aug 8, 2016
1 parent 66e5b1c commit 806a706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/providers/aws/resource_aws_rds_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ func resourceAwsRDSClusterCreate(d *schema.ResourceData, meta interface{}) error
Pending: []string{"creating", "backing-up", "modifying"},
Target: []string{"available"},
Refresh: resourceAwsRDSClusterStateRefreshFunc(d, meta),
Timeout: 15 * time.Minute,
Timeout: 40 * time.Minute,
MinTimeout: 3 * time.Second,
}

Expand Down

0 comments on commit 806a706

Please sign in to comment.