Skip to content

Commit

Permalink
feat: add timeout 10m
Browse files Browse the repository at this point in the history
  • Loading branch information
jlehtimaki committed Oct 20, 2023
1 parent 86ffd6c commit bf2bdf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
go_version_file: go.mod
tool_name: GolangCI Lint
golangci_lint_flags: --config=.golangci.yaml
golangci_lint_flags: --config=.golangci.yaml --timeout=10m
fail_on_error: true
run-tests:
name: Tests
Expand Down

0 comments on commit bf2bdf5

Please sign in to comment.