[Test] Bump the timeout of at-head tests to 6hr (#32939)

To fix the timeout of protobuf-at-head test, we may want to reduce the
test-load of these tests but let's fix the breakage first.
pull/32869/head
Esun Kim 2 years ago committed by GitHub
parent bcb97011f4
commit 5037f38d0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/internal_ci/linux/grpc_build_abseil-cpp_at_head.cfg
  2. 2
      tools/internal_ci/linux/grpc_build_boringssl_at_head.cfg
  3. 2
      tools/internal_ci/linux/grpc_build_protobuf_at_head.cfg

@ -16,7 +16,7 @@
# Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/linux/grpc_build_submodule_at_head.sh"
timeout_mins: 300
timeout_mins: 360
action {
define_artifacts {
regex: "**/*sponge_log.*"

@ -16,7 +16,7 @@
# Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/linux/grpc_build_submodule_at_head.sh"
timeout_mins: 240
timeout_mins: 360
action {
define_artifacts {
regex: "**/*sponge_log.*"

@ -16,7 +16,7 @@
# Location of the continuous shell script in repository.
build_file: "grpc/tools/internal_ci/linux/grpc_build_submodule_at_head.sh"
timeout_mins: 240
timeout_mins: 360
action {
define_artifacts {
regex: "**/*sponge_log.*"

Loading…
Cancel
Save