Skip to content

Commit

Permalink
Increase the upload timout to 120s
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Aug 10, 2023
1 parent 054ed48 commit bb1c470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bazelrc.common
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ build:ci-common --repository_cache=~/repo-cache/
build:ci-common --experimental_repository_cache_hardlinks

# Use a remote cache during CI
build:ci-windows-bindist --bes_upload_mode=wait_for_upload_complete --bes_timeout=60s
build:ci-windows-bindist --bes_upload_mode=wait_for_upload_complete --bes_timeout=120s
# On Github CI for Windows, we see intermittent connection failures to BuildBuddy
# (see https://github.com/buildbuddy-io/buildbuddy/issues/4467)
# increase the retries as a workaround.
Expand Down

0 comments on commit bb1c470

Please sign in to comment.