From 864783f030132fe9110eeb17ab2d13645d1b0fec Mon Sep 17 00:00:00 2001 From: Sarah Roberts Date: Wed, 14 Jun 2023 18:48:06 -0700 Subject: [PATCH] CORE-1909: increased the timeout for golangci-lint --- .github/workflows/golangci-lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index d2af3ec..9e4a65c 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -37,6 +37,7 @@ jobs: # Note: by default the `.golangci.yml` file should be at the root of the repository. # The location of the configuration file can be changed by using `--config=` # args: --timeout=30m --config=/my/path/.golangci.yml --issues-exit-code=0 + args: --timeout=5m # Optional: show only new issues if it's a pull request. The default value is `false`. # only-new-issues: true