Skip to content

Commit

Permalink
Add a timeout param to compositions/lint action.
Browse files Browse the repository at this point in the history
We have been seeing compositions linter timeout more often than not.
Adding timeout as per resolution here: 'golangci/golangci-lint-action#308 (comment)'
  • Loading branch information
barney-s authored and xiaoweim committed Aug 27, 2024
1 parent ed2646c commit 125b8b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/presubmit-compositions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
with:
working-directory: ./experiments/compositions/composition
version: v1.59.1 # should match the version in Makefile
args: --timeout=5m
verify-goimports:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 125b8b1

Please sign in to comment.