Skip to content

Commit d966c8d

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 8d3429f commit d966c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libm/.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ jobs:
261261
- clippy
262262
- calculate_extensive_matrix
263263
runs-on: ubuntu-24.04
264-
timeout-minutes: 180
264+
timeout-minutes: 240 # 4 hours
265265
strategy:
266266
matrix:
267267
# Use the output from `calculate_extensive_matrix` to calculate the matrix

0 commit comments

Comments
 (0)