Skip to content

Commit 6ca49e5

Browse files
authored
Increase lint-check-all-features timeout (#4677)
## Motivation This has been timing out and causing PRs to be removed from the merge queue. Example: https://github.com/linera-io/linera-protocol/actions/runs/18041117669/job/51339986171 ## Proposal Increase the timeout to 50 minutes ## Test Plan CI ## Release Plan - Nothing to do / These changes follow the usual release cycle.
1 parent f635320 commit 6ca49e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-check-all-features.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
lint-check-all-features:
3232
if: ${{ github.event_name == 'merge_group' }}
3333
runs-on: ubuntu-latest-16-cores
34-
timeout-minutes: 40
34+
timeout-minutes: 50
3535

3636
steps:
3737
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)