provider/aws: Bump EMR Cluster create timeout
This commit is contained in:
parent
a9637f656a
commit
70b1f4e708
|
@ -296,7 +296,7 @@ func resourceAwsEMRClusterCreate(d *schema.ResourceData, meta interface{}) error
|
||||||
Pending: []string{"STARTING", "BOOTSTRAPPING"},
|
Pending: []string{"STARTING", "BOOTSTRAPPING"},
|
||||||
Target: []string{"WAITING", "RUNNING"},
|
Target: []string{"WAITING", "RUNNING"},
|
||||||
Refresh: resourceAwsEMRClusterStateRefreshFunc(d, meta),
|
Refresh: resourceAwsEMRClusterStateRefreshFunc(d, meta),
|
||||||
Timeout: 40 * time.Minute,
|
Timeout: 75 * time.Minute,
|
||||||
MinTimeout: 10 * time.Second,
|
MinTimeout: 10 * time.Second,
|
||||||
Delay: 30 * time.Second, // Wait 30 secs before starting
|
Delay: 30 * time.Second, // Wait 30 secs before starting
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue