Skip to content

Commit 70b1f4e

Browse files
committed
provider/aws: Bump EMR Cluster create timeout
1 parent a9637f6 commit 70b1f4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

builtin/providers/aws/resource_aws_emr_cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ func resourceAwsEMRClusterCreate(d *schema.ResourceData, meta interface{}) error
296296
Pending: []string{"STARTING", "BOOTSTRAPPING"},
297297
Target: []string{"WAITING", "RUNNING"},
298298
Refresh: resourceAwsEMRClusterStateRefreshFunc(d, meta),
299-
Timeout: 40 * time.Minute,
299+
Timeout: 75 * time.Minute,
300300
MinTimeout: 10 * time.Second,
301301
Delay: 30 * time.Second, // Wait 30 secs before starting
302302
}

0 commit comments

Comments
 (0)