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

Commit 7ff034f

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 3905821 commit 7ff034f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

+1-1
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: 300
260260
strategy:
261261
matrix:
262262
# Use the output from `calculate_extensive_matrix` to calculate the matrix

0 commit comments

Comments
 (0)