provider/aws: Bump Directory Service creation timeout to 45m

This commit is contained in:
clint shryock 2016-10-12 09:47:39 -05:00
parent 9c3084b2af
commit 77d76a69ba
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ func resourceAwsDirectoryServiceDirectoryCreate(d *schema.ResourceData, meta int
d.Id(), *ds.Stage)
return ds, *ds.Stage, nil
},
Timeout: 30 * time.Minute,
Timeout: 45 * time.Minute,
}
if _, err := stateConf.WaitForState(); err != nil {
return fmt.Errorf(