Skip to content

Commit d30dd8e

Browse files
Change timeout golangci
1 parent 0a9378d commit d30dd8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ lint:
99
# Install linters
1010
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s latest
1111
# Run linters
12-
./bin/golangci-lint run --deadline=120s ./...
12+
./bin/golangci-lint run --deadline=3m --timeout=3m ./...
1313

1414
test:
1515
$(GOTEST) -v -race ./...

0 commit comments

Comments
 (0)