diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3622390..0d0fd94 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,7 +23,7 @@ jobs: # Optional: golangci-lint command line arguments. # TODO: remove disabled - args: -D errcheck -D deadcode -D unused + args: --timeout=10m -D errcheck -D deadcode -D unused # Optional: show only new issues if it's a pull request. The default value is `false`. # only-new-issues: true