Skip to content

Commit 7827745

Browse files
committed
change timeout in golangci
1 parent 7c25bd1 commit 7827745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ run:
44
concurrency: 4
55

66
# timeout for analysis, e.g. 30s, 5m, default is 1m
7-
deadline: 5m
7+
timeout: 5m
88

99
# exit code when at least one issue was found, default is 1
1010
issues-exit-code: 1

0 commit comments

Comments
 (0)