From 6b8eb88a38d03887168323a037753dde5c0b6971 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Mon, 22 Jun 2026 16:17:30 +0000 Subject: [PATCH] increase lambda timeout to maximum --- deployment/terraform/lambda/modelling_e2e/main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/terraform/lambda/modelling_e2e/main.tf b/deployment/terraform/lambda/modelling_e2e/main.tf index e7b4e127..826e83aa 100644 --- a/deployment/terraform/lambda/modelling_e2e/main.tf +++ b/deployment/terraform/lambda/modelling_e2e/main.tf @@ -28,8 +28,8 @@ module "lambda" { batch_size = var.batch_size maximum_concurrency = var.maximum_concurrency - timeout = 60 - memory_size = 1024 + timeout = 900 + memory_size = 3008 environment = { STAGE = var.stage