Skip to content

Commit

Permalink
provider/aws: Increase Beanstalk 'ready' timeout (#13359)
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko authored Apr 5, 2017
1 parent 0bab530 commit cd79471
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func resourceAwsElasticBeanstalkEnvironment() *schema.Resource {
"wait_for_ready_timeout": &schema.Schema{
Type: schema.TypeString,
Optional: true,
Default: "10m",
Default: "20m",
ValidateFunc: func(v interface{}, k string) (ws []string, errors []error) {
value := v.(string)
duration, err := time.ParseDuration(value)
Expand Down

0 comments on commit cd79471

Please sign in to comment.