provider/aws: Bump EMR Cluster create timeout

This commit is contained in:
clint shryock 2016-12-14 10:25:45 -06:00
parent a9637f656a
commit 70b1f4e708
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ func resourceAwsEMRClusterCreate(d *schema.ResourceData, meta interface{}) error
Pending: []string{"STARTING", "BOOTSTRAPPING"},
Target: []string{"WAITING", "RUNNING"},
Refresh: resourceAwsEMRClusterStateRefreshFunc(d, meta),
Timeout: 40 * time.Minute,
Timeout: 75 * time.Minute,
MinTimeout: 10 * time.Second,
Delay: 30 * time.Second, // Wait 30 secs before starting
}