Skip to content

Commit 6df3da7

Browse files
committed
Minor fixes
Signed-off-by: michaelawyu <[email protected]>
1 parent 75d0be7 commit 6df3da7

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
@@ -145,7 +145,7 @@ test: manifests generate fmt vet local-unit-test integration-test## Run tests.
145145
local-unit-test: $(ENVTEST) ## Run tests.
146146
export CGO_ENABLED=1 && \
147147
export KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) -p path)" && \
148-
go test `go list ./pkg/... ./cmd/...` -race -coverpkg=./... -coverprofile=ut-coverage.xml -covermode=atomic -v -timeout=20m
148+
go test `go list ./pkg/... ./cmd/...` -race -coverpkg=./... -coverprofile=ut-coverage.xml -covermode=atomic -v -timeout=30m
149149

150150
.PHONY: integration-test
151151
integration-test: $(ENVTEST) ## Run tests.

0 commit comments

Comments
 (0)