Skip to content

Commit 23cf52d

Browse files
committed
Extend golangci-lint timeout from 1m to 4m
Signed-off-by: Thomas Stromberg <[email protected]>
1 parent 9072441 commit 23cf52d

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)