Skip to content
This repository was archived by the owner on May 18, 2026. It is now read-only.

Commit d8cd826

Browse files
author
Wendy Maria Arango Chavarria
authored
chore: Give more time to tests in make test before they fail (#462)
Signed-off-by: Wendy Arango <warango@vmware.com>
1 parent b569137 commit d8cd826

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ docs: $(GO_SOURCES) ## Generate the plugin documentation
7373

7474
.PHONY: test
7575
test: prepare## Run tests
76-
go test ./... -coverprofile=coverage.txt -covermode=atomic -timeout 30s -race
76+
go test ./... -coverprofile=coverage.txt -covermode=atomic -timeout 1m -race
7777

7878
.PHONY: lint
7979
lint: ## Run lint tools to identfy stylistic errors

0 commit comments

Comments
 (0)