Homebrew / brew-pip-audit

:clipboard: Bulk auditing Python dependencies in Homebrew with pip-audit
BSD 2-Clause "Simplified" License
11 stars 7 forks source link

auto-pr: double the timeout #81

Closed woodruffw closed 4 months ago

woodruffw commented 4 months ago

pytorch is causing a CI timeout, almost certainly because of a chonky sdist build. This attempts to ignore the problem of terrible build times by increasing our timeout to an even more unreasonable number.

If it still times out with this, I'll revert and put pytorch on the ignore list instead.