Skip to content

Commit

Permalink
Merge pull request #644 from rust-lang/feat-ci-staging-increase-build…
Browse files Browse the repository at this point in the history
…-timeout

feat(ci-staging): increase build timeout
  • Loading branch information
MarcoIeni authored Dec 6, 2024
2 parents b98b3f3 + 7deb8a9 commit f711b4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terragrunt/modules/ci-runners/codebuild.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f711b4a

Please sign in to comment.