Skip to content

Commit

Permalink
Makefile: increase golangci-lint timeout to 10 min
Browse files Browse the repository at this point in the history
  • Loading branch information
marquiz committed Aug 30, 2023
1 parent 194e5cc commit 2bfce2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ gofmt-verify:
fi

ci-lint:
golangci-lint run --timeout 7m0s
golangci-lint run --timeout 10m

lint:
golint -set_exit_status ./...
Expand Down

0 comments on commit 2bfce2c

Please sign in to comment.