Skip to content

Commit

Permalink
resource/aws_emr_instance_group: Increase creation and update timeout…
Browse files Browse the repository at this point in the history
…s to 30 minutes (#14106)

Co-authored-by: Brian Flad <[email protected]>
  • Loading branch information
pasalkarsachin1 and bflad authored Aug 27, 2020
1 parent 56cb0f8 commit 8e53f2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/resource_aws_emr_instance_group.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import (
)

const (
emrInstanceGroupCreateTimeout = 15 * time.Minute
emrInstanceGroupUpdateTimeout = 15 * time.Minute
emrInstanceGroupCreateTimeout = 30 * time.Minute
emrInstanceGroupUpdateTimeout = 30 * time.Minute
)

func resourceAwsEMRInstanceGroup() *schema.Resource {
Expand Down

0 comments on commit 8e53f2b

Please sign in to comment.