File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ test-extension-deployment: $(KUSTOMIZE) ## Generate deployment for test extensio
112112GINKGO_FOCUS ?=
113113GINKGO_SKIP ?=
114114GINKGO_NODES ?= 1
115+ GINKGO_TIMEOUT ?= 2h
115116E2E_CONF_FILE ?= ${REPO_ROOT}/test/e2e/config/docker.yaml
116117ARTIFACTS ?= ${REPO_ROOT}/_artifacts
117118SKIP_RESOURCE_CLEANUP ?= false
@@ -125,7 +126,7 @@ endif
125126
126127.PHONY : run
127128run : $(GINKGO ) cluster-templates test-extension-deployment # # Run the end-to-end tests
128- $(GINKGO ) -v --trace --tags=e2e --focus=" $( GINKGO_FOCUS) " $(_SKIP_ARGS ) --nodes=$(GINKGO_NODES ) --no-color=$(GINKGO_NOCOLOR ) --output-dir=" $( ARTIFACTS) " --junit-report=" junit.e2e_suite.1.xml" $(GINKGO_ARGS ) . -- \
129+ $(GINKGO ) -v --trace --tags=e2e --focus=" $( GINKGO_FOCUS) " $(_SKIP_ARGS ) --nodes=$(GINKGO_NODES ) --timeout= $( GINKGO_TIMEOUT ) -- no-color=$(GINKGO_NOCOLOR ) --output-dir=" $( ARTIFACTS) " --junit-report=" junit.e2e_suite.1.xml" $(GINKGO_ARGS ) . -- \
129130 -e2e.artifacts-folder=" $( ARTIFACTS) " \
130131 -e2e.config=" $( E2E_CONF_FILE) " \
131132 -e2e.skip-resource-cleanup=$(SKIP_RESOURCE_CLEANUP ) -e2e.use-existing-cluster=$(USE_EXISTING_CLUSTER )
You can’t perform that action at this time.
0 commit comments