provider/aws: Bump Create and Delete timeouts to 60 mins on (#11793)

directory_service

Fixes: #11781
This commit is contained in:
Paul Stack 2017-02-09 11:44:50 +00:00 committed by GitHub
parent 7310b26896
commit 4964ec402f
1 changed files with 2 additions and 2 deletions

View File

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