Skip to content

Commit

Permalink
increase linter timeout
Browse files Browse the repository at this point in the history
Signed-off-by: onur-ozkan <[email protected]>
  • Loading branch information
onur-ozkan committed Sep 23, 2024
1 parent 360ff17 commit dcd105e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
version: v1.50.1
skip-cache: true
skip-build-cache: true
args: "--timeout 3m --verbose --out-${NO_FUTURE}format colored-line-number"
args: "--timeout 10m --verbose --out-${NO_FUTURE}format colored-line-number"

# Optional: working directory, useful for monorepos
# working-directory: somedir
Expand Down

0 comments on commit dcd105e

Please sign in to comment.