From 6f2e3276c0a9b05c7a4c89b8a4f95e150b708c3e Mon Sep 17 00:00:00 2001 From: Enrique Lacal Date: Wed, 2 Oct 2024 13:54:41 +0200 Subject: [PATCH] revert test timeout Signed-off-by: Enrique Lacal --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 881e3f8..86b7789 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ all: format build lint test tidy format: ## Formats all go code gofmt -s -w . test: deps - $(VGO) test ./internal/... ./pkg/... ./cmd/... -cover -coverprofile=coverage.txt -covermode=atomic -timeout=60s ${TEST_ARGS} + $(VGO) test ./internal/... ./pkg/... ./cmd/... -cover -coverprofile=coverage.txt -covermode=atomic -timeout=30s ${TEST_ARGS} build: ## Builds all go code cd ff && go build -ldflags="-X 'github.com/hyperledger/firefly-cli/cmd.BuildDate=$(DATE)' -X 'github.com/hyperledger/firefly-cli/cmd.BuildCommit=$(GITREF)'" install: ## Installs the package