Skip to content

Commit 5026981

Browse files
authored
build: increase timeout for resultstore build uploads (#20027)
We upload build results to Google Cloud `ResultStore`. Sometimes this seems to fail though and Bazel CI jobs exit red. This could be due to BES servers being slow, or servers being unreliably. Given that remote executors from GCP are behaving fine though, we try increasing the timeout first. We can disable the uploading if it doesn't get better.
1 parent d00cb12 commit 5026981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bazelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ build:remote --extra_toolchains=@rbe_default//config:cc-toolchain
9494

9595
# Setup Build Event Service
9696
build:remote --bes_backend=buildeventservice.googleapis.com
97-
build:remote --bes_timeout=30s
97+
build:remote --bes_timeout=60s
9898
build:remote --bes_results_url="https://source.cloud.google.com/results/invocations/"
9999

100100
# Set remote caching settings

0 commit comments

Comments
 (0)