Skip to content

Commit 0c8ddb7

Browse files
jeffmendozadependabot[bot]
authored andcommitted
Increase golangci-lint timeout to 5 minutes
Signed-off-by: Jeff Mendoza <jlm@jlm.name>
1 parent e2129a4 commit 0c8ddb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1.0
2929
with:
30-
args: --timeout 3m --verbose
30+
args: --timeout 5m --verbose
3131
version: v2.4
3232

3333
build:

0 commit comments

Comments
 (0)