Skip to content

Commit

Permalink
Increase timeout when creating bulk download zip file. (#2103)
Browse files Browse the repository at this point in the history
* Add timeout of 60 seconds

* cypress re-run
  • Loading branch information
JasonLin0991 authored Dec 7, 2023
1 parent d37eab1 commit e41bb20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/app-api/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ functions:
method: post
cors: true
authorizer: aws_iam
timeout: 60 # zipping large amount of files hits default time out of 6 seconds

cleanup:
handler: src/handlers/cleanup.main
Expand Down

0 comments on commit e41bb20

Please sign in to comment.