Skip to content

Commit 40d58d6

Browse files
authored
Merge pull request tinkerbell#22 from tstromberg/golang-timeout
Extend golangci-lint timeout from 1m to 4m
2 parents 9072441 + 23cf52d commit 40d58d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.golangci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
run:
2+
# The default runtime timeout is 1m, which doesn't work well on Github Actions.
3+
timeout: 4m
4+
15
# NOTE: This file is populated by the lint-install tool. Local adjustments may be overwritten.
26
linters-settings:
37
cyclop:

0 commit comments

Comments
 (0)