Skip to content

Commit

Permalink
linter fix: increase timeout and remove concurrency (kyma-project#749)
Browse files Browse the repository at this point in the history
* Remove timeout and concurrency. defaults are good

* Increase timeout

* Default concurrency is no of cores
  • Loading branch information
lindnerby authored Jul 26, 2023
1 parent 5f103fb commit dea0838
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ issues:
output:
sort-results: true
run:
concurrency: 8
timeout: 3m
timeout: 15m
skip-files:
- zz_generated.deepcopy.go

0 comments on commit dea0838

Please sign in to comment.