Skip to content

Commit

Permalink
chore: increase time-out from 5mn to 10mn
Browse files Browse the repository at this point in the history
As the linting process is quite long.
  • Loading branch information
ccamel committed Mar 1, 2022
1 parent 18ff70d commit 7ee947e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
run:
timeout: 5m
timeout: 10m
linters:
disable-all: true
enable:
Expand Down

0 comments on commit 7ee947e

Please sign in to comment.