Skip to content

Commit cb4de6e

Browse files
increase timeout of linter
1 parent 6428f98 commit cb4de6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ publish: dist
244244
########
245245

246246
lint:
247-
GOGC=10 golangci-lint run -v --timeout 30m $(GOLANGCI_ARG)
247+
GOGC=10 golangci-lint run -v --timeout 60m $(GOLANGCI_ARG)
248248
faillint -paths "sync/atomic=go.uber.org/atomic" ./...
249249

250250
########

0 commit comments

Comments
 (0)