diff --git a/Makefile b/Makefile index c1371b2eb..7a61f10c8 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ TEST_NAMESPACE ?= default TEKTON_VERSION ?= v0.65.0 # E2E test flags -TEST_E2E_FLAGS ?= -r -p --randomize-all -timeout=1h -trace -v +TEST_E2E_FLAGS ?= -r -p --randomize-all --timeout=1h --trace --vv # E2E test service account name to be used for the build runs, can be set to generated to use the generated service account feature TEST_E2E_SERVICEACCOUNT_NAME ?= pipeline