Skip to content

Commit

Permalink
Increase default macOS toolchain setup time
Browse files Browse the repository at this point in the history
This should help avoid timeouts without users having to manually override this value. They can manually override it if they want to bring it down

bazelbuild#17519

Closes bazelbuild#17522.

PiperOrigin-RevId: 513258515
Change-Id: I2621b697643d4a1d6dc9db8ccee521f9ba0ce3dd
  • Loading branch information
keith authored and fweikert committed May 25, 2023
1 parent 0181db1 commit 7eea980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/osx/xcode_configure.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
installed on the local host.
"""

OSX_EXECUTE_TIMEOUT = 120
OSX_EXECUTE_TIMEOUT = 600

def _search_string(fullstring, prefix, suffix):
"""Returns the substring between two given substrings of a larger string.
Expand Down

0 comments on commit 7eea980

Please sign in to comment.