Skip to content

Commit

Permalink
Merge pull request #1894 from terraform-providers/b-snapshot-vol-perm…
Browse files Browse the repository at this point in the history
…-timeout

r/snapshot_create_volume_permission: Raise timeout
  • Loading branch information
radeksimko authored Oct 16, 2017
2 parents 736e244 + 9f3f1f4 commit c365570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_snapshot_create_volume_permission.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func resourceAwsSnapshotCreateVolumePermissionCreate(d *schema.ResourceData, met
Pending: []string{"denied"},
Target: []string{"granted"},
Refresh: resourceAwsSnapshotCreateVolumePermissionStateRefreshFunc(conn, snapshot_id, account_id),
Timeout: 5 * time.Minute,
Timeout: 10 * time.Minute,
Delay: 10 * time.Second,
MinTimeout: 10 * time.Second,
}
Expand Down

0 comments on commit c365570

Please sign in to comment.