Skip to content

Commit

Permalink
Enable catch timeout message for BV pipelines (#1079)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximenoel8 authored Jan 18, 2024
1 parent ca975c7 commit b4e2234
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1426,6 +1426,7 @@ module "controller" {
vcpu = 8
}
swap_file_size = null
catch_timeout_message = true

// Cucumber repository configuration for the controller
git_username = var.GIT_USER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1753,6 +1753,7 @@ module "controller" {
vcpu = 8
}
swap_file_size = null
catch_timeout_message = true

// Cucumber repository configuration for the controller
git_username = var.GIT_USER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1241,6 +1241,7 @@ module "controller" {
vcpu = 8
}
swap_file_size = null
catch_timeout_message = true

// Cucumber repository configuration for the controller
git_username = var.GIT_USER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1543,6 +1543,7 @@ module "controller" {
vcpu = 8
}
swap_file_size = null
catch_timeout_message = true

// Cucumber repository configuration for the controller
git_username = var.GIT_USER
Expand Down

0 comments on commit b4e2234

Please sign in to comment.