set bazel --test_timeout in grpc_bazel_rbe_nonbazel to 1.5 hours

PiperOrigin-RevId: 696974950
pull/38123/head
Alexander Polcyn 3 months ago committed by Copybara-Service
parent ef9e3503d2
commit 551499ce91
  1. 2
      tools/internal_ci/linux/grpc_bazel_rbe_nonbazel.cfg
  2. 2
      tools/internal_ci/linux/pull_request/grpc_bazel_rbe_nonbazel.cfg

@ -37,7 +37,7 @@ bazel_setting {
env_vars {
# flags will be passed to bazel invocation
key: "BAZEL_FLAGS"
value: "--genrule_strategy=remote,local --workspace_status_command=tools/bazelify_tests/workspace_status_cmd.sh --cache_test_results=no"
value: "--genrule_strategy=remote,local --workspace_status_command=tools/bazelify_tests/workspace_status_cmd.sh --cache_test_results=no --test_timeout=5400"
}
env_vars {

@ -37,7 +37,7 @@ bazel_setting {
env_vars {
# flags will be passed to bazel invocation
key: "BAZEL_FLAGS"
value: "--genrule_strategy=remote,local --workspace_status_command=tools/bazelify_tests/workspace_status_cmd.sh"
value: "--genrule_strategy=remote,local --workspace_status_command=tools/bazelify_tests/workspace_status_cmd.sh --test_timeout=5400"
}
env_vars {

Loading…
Cancel
Save