Skip to content

Commit

Permalink
increased timeout to 10m (#395)
Browse files Browse the repository at this point in the history
Signed-off-by: Noam Gal <[email protected]>
  • Loading branch information
ATGardner authored Nov 18, 2022
1 parent f26552f commit 8d2f516
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 @@ -105,7 +105,7 @@ $(OUT_DIR)/$(CLI_NAME).image: $(CLI_SRCS)
lint: $(GOBIN)/golangci-lint tidy
@golangci-lint version
@echo linting go code...
@golangci-lint run --fix --timeout 6m
@golangci-lint run --fix --timeout 10m

.PHONY: test
test:
Expand Down

0 comments on commit 8d2f516

Please sign in to comment.