Skip to content

Commit 6f2e327

Browse files
committed
revert test timeout
Signed-off-by: Enrique Lacal <[email protected]>
1 parent 4d72731 commit 6f2e327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ all: format build lint test tidy
2424
format: ## Formats all go code
2525
gofmt -s -w .
2626
test: deps
27-
$(VGO) test ./internal/... ./pkg/... ./cmd/... -cover -coverprofile=coverage.txt -covermode=atomic -timeout=60s ${TEST_ARGS}
27+
$(VGO) test ./internal/... ./pkg/... ./cmd/... -cover -coverprofile=coverage.txt -covermode=atomic -timeout=30s ${TEST_ARGS}
2828
build: ## Builds all go code
2929
cd ff && go build -ldflags="-X 'github.com/hyperledger/firefly-cli/cmd.BuildDate=$(DATE)' -X 'github.com/hyperledger/firefly-cli/cmd.BuildCommit=$(GITREF)'"
3030
install: ## Installs the package

0 commit comments

Comments
 (0)