From 7deb8a94fadbd79c5f9f442aaa4300d29b5c95a6 Mon Sep 17 00:00:00 2001 From: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Date: Fri, 6 Dec 2024 11:56:22 +0100 Subject: [PATCH] feat(ci-staging): increase build timeout --- terragrunt/modules/ci-runners/codebuild.tf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/terragrunt/modules/ci-runners/codebuild.tf b/terragrunt/modules/ci-runners/codebuild.tf index 935fa5d3..3fd4e771 100644 --- a/terragrunt/modules/ci-runners/codebuild.tf +++ b/terragrunt/modules/ci-runners/codebuild.tf @@ -67,6 +67,8 @@ resource "aws_codebuild_project" "ubuntu_24_4c" { // modes = ["LOCAL_DOCKER_LAYER_CACHE", "LOCAL_SOURCE_CACHE"] } + build_timeout = 60 * 6 // 6 hours + environment { compute_type = "BUILD_GENERAL1_MEDIUM" // ubuntu