Skip to content

Commit

Permalink
Adjust default timeouts to be aligned with documentation of the resou…
Browse files Browse the repository at this point in the history
…rce.
  • Loading branch information
slavokx committed Jun 16, 2021
1 parent c56ecd3 commit cb6088e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/internal/service/glue/waiter/waiter.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const (
SchemaAvailableTimeout = 2 * time.Minute
SchemaDeleteTimeout = 2 * time.Minute
SchemaVersionAvailableTimeout = 2 * time.Minute
TriggerCreateTimeout = 2 * time.Minute
TriggerDeleteTimeout = 2 * time.Minute
TriggerCreateTimeout = 5 * time.Minute
TriggerDeleteTimeout = 5 * time.Minute
)

// MLTransformDeleted waits for an MLTransform to return Deleted
Expand Down

0 comments on commit cb6088e

Please sign in to comment.