bazel: Set bes_timeout to 600 s
This is now the recommended default.
Bug: 365796228
Change-Id: I68cb7e4ad7643a4082bd1f0eb9758db9f440a803
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/238174
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Reviewed-by: Dave Roth <davidroth@google.com>
Pigweed-Auto-Submit: Ted Pudlik <tpudlik@google.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/.bazelrc b/.bazelrc
index b14262f..c65812e 100644
--- a/.bazelrc
+++ b/.bazelrc
@@ -108,7 +108,7 @@
common:remote_cache --bes_backend="buildeventservice.googleapis.com"
common:remote_cache --bes_instance_name=pigweed-rbe-open
common:remote_cache --bes_results_url="https://source.cloud.google.com/results/invocations/"
-common:remote_cache --bes_timeout=60s
+common:remote_cache --bes_timeout=600s
common:remote_cache --google_default_credentials=true
# Required to use buildeventservice on Bazel 8+.
# TODO: b/345556899 -- Remove this flag when no longer required.