Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 38e2a6c

Browse files
committed
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.
1 parent e6ab2a2 commit 38e2a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ jobs:
256256
- clippy
257257
- calculate_extensive_matrix
258258
runs-on: ubuntu-24.04
259-
timeout-minutes: 180
259+
timeout-minutes: 240 # 4 hours
260260
strategy:
261261
matrix:
262262
# Use the output from `calculate_extensive_matrix` to calculate the matrix

0 commit comments

Comments
 (0)