Skip to content

Commit

Permalink
ci: allow 20 min for lint-primary
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Nov 14, 2024
1 parent 34a202a commit a1d4261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-all-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
# We split the package tests into two jobs because type linting
# is inefficient and slow https://github.com/typescript-eslint/typescript-eslint/issues/2094
lint-primary:
timeout-minutes: 15
timeout-minutes: 20
needs: build
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit a1d4261

Please sign in to comment.