Skip to content

Commit

Permalink
Issue 14093: increased the EMR instance creation/updation timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachin Pasalkar committed Jul 9, 2020
1 parent cc375da commit 2a20f2e
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 = 10 * time.Minute
emrInstanceGroupUpdateTimeout = 10 * time.Minute
emrInstanceGroupCreateTimeout = 30 * time.Minute
emrInstanceGroupUpdateTimeout = 30 * time.Minute
)

func resourceAwsEMRInstanceGroup() *schema.Resource {
Expand Down

0 comments on commit 2a20f2e

Please sign in to comment.