Skip to content

Commit

Permalink
Merge pull request hashicorp#9642 from svanharmelen/svh/f-cloudfront
Browse files Browse the repository at this point in the history
r/cloudfront_distribution: update timeout
  • Loading branch information
bflad authored Aug 6, 2019
2 parents 3aa98f7 + daaefb7 commit b49267c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_cloudfront_distribution.go
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,7 @@ func resourceAwsCloudFrontDistributionWaitUntilDeployed(id string, meta interfac
Pending: []string{"InProgress"},
Target: []string{"Deployed"},
Refresh: resourceAwsCloudFrontWebDistributionStateRefreshFunc(id, meta),
Timeout: 70 * time.Minute,
Timeout: 90 * time.Minute,
MinTimeout: 15 * time.Second,
Delay: 1 * time.Minute,
}
Expand Down

0 comments on commit b49267c

Please sign in to comment.