Skip to content

Commit

Permalink
Bump lambda memory and timeout to prevent EDL timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
reweeden committed Mar 19, 2024
1 parent ff01366 commit 152b7ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/re-test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ jobs:
LambdaCodeDependencyArchive="${CODE_PREFIX}${DEPENDENCY_NAME}" \
LambdaCodeS3Bucket="$CODE_BUCKET" \
LambdaCodeS3Key="${CODE_PREFIX}${CODE_NAME}" \
LambdaMemory="128" \
LambdaTimeout="10" \
LambdaMemory="256" \
LambdaTimeout="20" \
Loglevel="DEBUG" \
Logtype="json" \
Maturity="TEST"\
Expand Down

0 comments on commit 152b7ad

Please sign in to comment.