Skip to content

Commit

Permalink
Merge pull request #1905 from terraform-providers/b-db-snapshot-retry…
Browse files Browse the repository at this point in the history
…-timeout

r/db_snapshot: Raise creation timeout to 20mins
  • Loading branch information
radeksimko authored Oct 16, 2017
2 parents 20eb39b + f8bedbd commit 595e265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_db_snapshot.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func resourceAwsDbSnapshot() *schema.Resource {
Delete: resourceAwsDbSnapshotDelete,

Timeouts: &schema.ResourceTimeout{
Read: schema.DefaultTimeout(10 * time.Minute),
Read: schema.DefaultTimeout(20 * time.Minute),
},

Schema: map[string]*schema.Schema{
Expand Down

0 comments on commit 595e265

Please sign in to comment.