Skip to content

Commit

Permalink
Adjust linter timeout
Browse files Browse the repository at this point in the history
pre-commit auto update cannot complete in time
  • Loading branch information
bdraco committed Oct 23, 2024
1 parent 57417ce commit 6ee511e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
lint:
name: Linter
runs-on: ubuntu-latest
timeout-minutes: 3
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 6ee511e

Please sign in to comment.