Skip to content

Commit

Permalink
Merge pull request #20861 from frosforever/patch-1
Browse files Browse the repository at this point in the history
Extend MWAA create timeout to 2 hours
  • Loading branch information
ewbankkit authored Sep 10, 2021
2 parents 3926bf1 + ef8eb66 commit 24a714d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/20861.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
resource/aws_mwaa_environment: Increase resource creation timeout to 2 hours
```
2 changes: 1 addition & 1 deletion aws/internal/service/mwaa/waiter/waiter.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

const (
// Maximum amount of time to wait for an environment creation
EnvironmentCreatedTimeout = 90 * time.Minute
EnvironmentCreatedTimeout = 120 * time.Minute

// Maximum amount of time to wait for an environment update
EnvironmentUpdatedTimeout = 90 * time.Minute
Expand Down

0 comments on commit 24a714d

Please sign in to comment.