ci: Increase the timeout for extensive tests

The reorganization PR has caused this to fail once before because every
file shows up as changed. Increase the timeout so this doesn't happen.

We now cancel the job if too many extensive tests are run unless `ci:
allow-many-extensive` is in the PR description, so this helps prevent
the limit being hit by accident.
This commit is contained in:
Trevor Gross 2025-04-18 01:24:38 +00:00 committed by Trevor Gross
parent a0e5a7a636
commit 1cb17773f6

View file

@ -261,7 +261,7 @@ jobs:
- clippy
- calculate_extensive_matrix
runs-on: ubuntu-24.04
timeout-minutes: 180
timeout-minutes: 240 # 4 hours
strategy:
matrix:
# Use the output from `calculate_extensive_matrix` to calculate the matrix