Skip to content

Commit

Permalink
Increase timeout again
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielrindlaub committed Oct 12, 2021
1 parent 6278c58 commit 42764e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ functions:
name: IngestImageLambdaFunction-${opt:stage, self:provider.stage, 'dev'}
handler: handler.handler
maximumRetryAttempts: 0
timeout: 10
timeout: 15
events:
- s3:
bucket: animl-images-ingestion-${opt:stage, self:provider.stage, 'dev'}
Expand Down

0 comments on commit 42764e3

Please sign in to comment.