Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase maximal length of profile span for repository function calls.
Previously, when calling tools under the install base like ``` local: /home/twerth/.cache/bazel/_bazel_twerth/install/3b42d7048466237272cc2c9346f0b8ea/process-wrapper --timeout=600 --kill_delay=15 whoami ``` you would not even see that `process-wrapper` has been called. There is only a handful of Starlark repository function calls in a typical build and their description should also be well-compressible, so the increase is fine. PiperOrigin-RevId: 598584702 Change-Id: I03fcf504e4a805aee21f92e3bf16b44e58bfbf10
- Loading branch information