revert timeout

pull/37572/head
yijiem 3 months ago
parent 89f90e2164
commit 03f8cdc54e
  1. 2
      tools/internal_ci/linux/pull_request/grpc_bazel_rbe_nonbazel.cfg
  2. 2
      tools/remote_build/include/rbe_remote_execution.bazelrc

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

@ -21,7 +21,7 @@ import %workspace%/tools/remote_build/include/rbe_base_config.bazelrc
build --remote_executor=grpcs://remotebuildexecution.googleapis.com
# Very large value to avoid problems like https://github.com/grpc/grpc/issues/20777
build --remote_timeout=10800
build --remote_timeout=7200
# In the remote execution environment, each test gets its own docker containers
# and port server won't be available.

Loading…
Cancel
Save