provider/aws: Increase timeout for creation of route_table (#14701)

This commit is contained in:
Radek Simko 2017-05-20 23:40:33 +02:00 committed by Paul Stack
parent d4f2a46fe8
commit 66ed50866d
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ func resourceAwsRouteTableCreate(d *schema.ResourceData, meta interface{}) error
Pending: []string{"pending"},
Target: []string{"ready"},
Refresh: resourceAwsRouteTableStateRefreshFunc(conn, d.Id()),
Timeout: 5 * time.Minute,
Timeout: 10 * time.Minute,
}
if _, err := stateConf.WaitForState(); err != nil {
return fmt.Errorf(