#8051 :: bumped aws_rds_cluster timeout to 40 minutes (#8052)

This commit is contained in:
Kevin Crawley 2016-08-08 15:23:21 -05:00 committed by Radek Simko
parent 012090f2a3
commit 58a01f2fd5
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ func resourceAwsRDSClusterCreate(d *schema.ResourceData, meta interface{}) error
Pending: []string{"creating", "backing-up", "modifying"}, Pending: []string{"creating", "backing-up", "modifying"},
Target: []string{"available"}, Target: []string{"available"},
Refresh: resourceAwsRDSClusterStateRefreshFunc(d, meta), Refresh: resourceAwsRDSClusterStateRefreshFunc(d, meta),
Timeout: 15 * time.Minute, Timeout: 40 * time.Minute,
MinTimeout: 3 * time.Second, MinTimeout: 3 * time.Second,
} }