Skip to content

Commit

Permalink
lint: Increase timeout to 3m (#945)
Browse files Browse the repository at this point in the history
Looks like golangci-lint github actions is taking more time than
expected as reported at other projects [1]. This change increase the
timeout to 3m.

[1] golangci/golangci-lint-action#297

Signed-off-by: Quique Llorente <ellorent@redhat.com>
  • Loading branch information
qinqon authored Dec 13, 2021
1 parent 16f30d7 commit 3481e67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ jobs:
CGO_ENABLED: 0
with:
version: v1.42.1
args: --timeout 3m0s

0 comments on commit 3481e67

Please sign in to comment.