We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e442826 commit 1b30050Copy full SHA for 1b30050
Makefile
@@ -129,7 +129,7 @@ acceptance: ## Run all acceptance tests
129
export COVERAGE_FILEPATH="$$ACCEPTANCE_WORKDIR"; \
130
export COVERAGE_FILENAME="-acceptance"; \
131
export GOCOVERDIR="$${ACCEPTANCE_WORKDIR}/coverage"; \
132
- cd acceptance && go test ./... ; go tool covdata textfmt -i=$${GOCOVERDIR} -o="$(ROOT_DIR)/coverage-acceptance.out"
+ cd acceptance && go test -timeout $(ACCEPTANCE_TIMEOUT) ./... ; go tool covdata textfmt -i=$${GOCOVERDIR} -o="$(ROOT_DIR)/coverage-acceptance.out"
133
134
# Add @focus above the feature you're hacking on to use this
135
# (Mainly for use with the feature-% target below)
0 commit comments