Skip to content

Commit

Permalink
Merge pull request #2048 from terraform-providers/b-elasticache-rg-ra…
Browse files Browse the repository at this point in the history
…ise-timeout

r/elasticache_replication_group: Raise creation timeout to 50mins
  • Loading branch information
radeksimko authored Oct 25, 2017
2 parents 1f6df30 + baa5d8b commit ccb49f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_elasticache_replication_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ func resourceAwsElasticacheReplicationGroupCreate(d *schema.ResourceData, meta i
Pending: pending,
Target: []string{"available"},
Refresh: cacheReplicationGroupStateRefreshFunc(conn, d.Id(), "available", pending),
Timeout: 40 * time.Minute,
Timeout: 50 * time.Minute,
MinTimeout: 10 * time.Second,
Delay: 30 * time.Second,
}
Expand Down

0 comments on commit ccb49f6

Please sign in to comment.