diff options
Diffstat (limited to '.golangci.yml')
| -rw-r--r-- | .golangci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.golangci.yml b/.golangci.yml index d3062dc..13f8ccb 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,6 +1,9 @@ version: "2" run: tests: true + # Limit concurrency and timeout to avoid crashing constrained environments (like local VMs) + concurrency: 2 + timeout: 5m linters: default: none enable: |
