From 16baaf05a91890b1488c773cbd70c9dc2889bab3 Mon Sep 17 00:00:00 2001 From: Esun Kim Date: Wed, 7 Aug 2024 14:11:23 -0700 Subject: [PATCH] Addressed https://github.com/bazelbuild/bazel/issues/7480 --- tools/remote_build/include/rbe_remote_execution.bazelrc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/tools/remote_build/include/rbe_remote_execution.bazelrc b/tools/remote_build/include/rbe_remote_execution.bazelrc index cab072225a010..308e1f9ccccc1 100644 --- a/tools/remote_build/include/rbe_remote_execution.bazelrc +++ b/tools/remote_build/include/rbe_remote_execution.bazelrc @@ -20,11 +20,8 @@ import %workspace%/tools/remote_build/include/rbe_base_config.bazelrc # configure backend for remote execution build --remote_executor=grpcs://remotebuildexecution.googleapis.com -build --spawn_strategy=remote -build --strategy=Javac=remote -build --strategy=Closure=remote -build --genrule_strategy=remote -build --remote_timeout=7200 # very large value to avoid problems like https://github.com/grpc/grpc/issues/20777 +# Very large value to avoid problems like https://github.com/grpc/grpc/issues/20777 +build --remote_timeout=7200 # In the remote execution environment, each test gets its own docker containers # and port server won't be available.