brew
brew copied to clipboard
github_runner_matrix: define timeout values in constants
- [x] Have you followed the guidelines in our Contributing document?
- [x] Have you checked to ensure there aren't other open Pull Requests for the same change?
- [x] Have you added an explanation of what your changes do and why you'd like us to include them?
- [ ] Have you written new tests for your changes? Here's an example.
- [x] Have you successfully run
brew stylewith your changes locally? - [ ] Have you successfully run
brew typecheckwith your changes locally? - [ ] Have you successfully run
brew testswith your changes locally?
This allows us to keep all information about timeout values here in
brew instead of both here and in Homebrew/core.
Needed for Homebrew/homebrew-core#171457.