Skip to content

Commit c821b29

Browse files
Increase test timepout
Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
1 parent 9541f9d commit c821b29

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
@@ -113,7 +113,7 @@ integration: build ## Run integration tests
113113
##@ Development
114114

115115
go-test: ## Run tests
116-
@$(GO) test -race -mod=vendor -tags testing -v $(TEST_ARGS) -timeout=15m -parallel=4 -count=1 ./...
116+
@$(GO) test -race -mod=vendor -tags testing -v $(TEST_ARGS) -timeout=60m -parallel=4 -count=1 ./...
117117

118118
fmt: ## Run go fmt against code.
119119
@$(GO) fmt $$(go list ./...)

0 commit comments

Comments
 (0)