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

Commit e082651

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.
1 parent 219401b commit e082651

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
@@ -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)