Skip to content

Commit

Permalink
#8051 :: bumped aws_rds_cluster timeout to 40 minutes (#8052)
Browse files Browse the repository at this point in the history
  • Loading branch information
KCrawley authored and radeksimko committed Aug 8, 2016
1 parent 012090f commit 58a01f2
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 58a01f2

Please sign in to comment.