From e41bb20c4e97d4a0aaba973a0a2de72f97293789 Mon Sep 17 00:00:00 2001 From: Jason Lin <98117700+JasonLin0991@users.noreply.github.com> Date: Thu, 7 Dec 2023 17:47:33 -0500 Subject: [PATCH] Increase timeout when creating bulk download zip file. (#2103) * Add timeout of 60 seconds * cypress re-run --- services/app-api/serverless.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/services/app-api/serverless.yml b/services/app-api/serverless.yml index 286aebfafb..a020028d12 100644 --- a/services/app-api/serverless.yml +++ b/services/app-api/serverless.yml @@ -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