Skip to content

Commit

Permalink
ci(lint) extend timeout to 5 min
Browse files Browse the repository at this point in the history
This extends the timeout or golangci-lint execution to 5 min as it is only one minute now it fails for several PR.
  • Loading branch information
mmorel-35 authored Sep 1, 2023
1 parent 9d9ec6e commit c32571e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ linters-settings:
run:
skip-dirs:
- vendor
timeout: 5m

0 comments on commit c32571e

Please sign in to comment.