Skip to content

Commit

Permalink
Increase test timeout for now. (#29)
Browse files Browse the repository at this point in the history
Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>
  • Loading branch information
bwplotka committed Jun 9, 2020
1 parent 7f97234 commit 090913b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ format: $(GOIMPORTS)
test: ## Runs all Go unit tests.
test:
@echo ">> running unit tests (without cache)"
@go test -count=1 $(shell go list ./... | grep -v /vendor/);
@go test -count=1 -timeout=30m $(shell go list ./... | grep -v /vendor/);

.PHONY: check-git
check-git:
Expand Down

0 comments on commit 090913b

Please sign in to comment.