Skip to content

Commit

Permalink
Merge pull request #18454 from qrevel/main
Browse files Browse the repository at this point in the history
  • Loading branch information
gdavison committed Apr 29, 2021
2 parents 5ef4410 + 6af696a commit 3db0522
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/18454.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
resource/aws_s3outposts_endpoint: Extends creation timeout to 20 minutes
```
2 changes: 1 addition & 1 deletion aws/internal/service/s3outposts/waiter/waiter.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const (
EndpointStatusPending = "Pending"

// Maximum amount of time to wait for Endpoint to return Available on creation
EndpointStatusCreatedTimeout = 5 * time.Minute
EndpointStatusCreatedTimeout = 20 * time.Minute
)

// EndpointStatusCreated waits for Endpoint to return Available
Expand Down

0 comments on commit 3db0522

Please sign in to comment.