(integ-runner-alpha): (Support setting custom test timeout) #24137
Labels
@aws-cdk/aws-lambda
Related to AWS Lambda
cli
Issues related to the CDK CLI
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
Currently, the custom resource Lambda function that does assertions has a default timeout of 2 mins. Further, there does not seem to be a way to specify a higher timeout. This functionality would be really useful in leveraging the full 15 min timeout of Lambda functions.
Use Case
We have some tests that we'd like to run using CDK integ-runner, but the tests need more than 2 mins.
Proposed Solution
Support some option named
timeout
or such as shown below.Option #1
Option #2
Other Information
No response
Acknowledgements
CDK version used
^2.63.2
Environment details (OS name and version, etc.)
MacOS Monterey 12.5 (irrelevant to current issue)
The text was updated successfully, but these errors were encountered: