Skip to content

Commit

Permalink
fix(custom-resources): custom resource provider can't exceed 1 hour (#…
Browse files Browse the repository at this point in the history
…27533)

This change fixes the documentation for `ProviderProps.totalTimeout` to specify the correct value of 1 hour.

Closes #24974.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
mikewrighton committed Oct 16, 2023
1 parent ba3258d commit b655b08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export interface ProviderProps {
/**
* Total timeout for the entire operation.
*
* The maximum timeout is 2 hours (yes, it can exceed the AWS Lambda 15 minutes)
* The maximum timeout is 1 hour (yes, it can exceed the AWS Lambda 15 minutes)
*
* @default Duration.minutes(30)
*/
Expand Down

0 comments on commit b655b08

Please sign in to comment.