guardian / uk-coronavirus-data-alerts

Placeholder description: @mbarton created this with repo-genesis
0 stars 0 forks source link

Increase timeout to one minute (lambda currently times out after 30s) #6

Closed amyhughes closed 3 years ago

amyhughes commented 3 years ago

We're hitting our timeout of 30s now that our cases per 100,000 PR has been merged (apologies for not testing in prod!)

Upping the timeout to 60s results in successful runs of the lambda.

This also includes changes to package-lock.json which were a result of running npm audit fix for fixing vulnerabilities.