Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: increase Lambda timeout to 900s to cover CodeBuild poll window
Lambda was set to 300s but poll_codebuild_build loops for up to 12 min (720s). Lambda would be killed by AWS before it could report back to CloudFormation. 900s gives a ~180s buffer beyond the poll window.
- Loading branch information