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
112
112
GINKGO_FOCUS ?=
113
113
GINKGO_SKIP ?=
114
114
GINKGO_NODES ?= 1
115
+ GINKGO_TIMEOUT ?= 2h
115
116
E2E_CONF_FILE ?= ${REPO_ROOT}/test/e2e/config/docker.yaml
116
117
ARTIFACTS ?= ${REPO_ROOT}/_artifacts
117
118
SKIP_RESOURCE_CLEANUP ?= false
@@ -125,7 +126,7 @@ endif
125
126
126
127
.PHONY : run
127
128
run : $(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 ) . -- \
129
130
-e2e.artifacts-folder=" $( ARTIFACTS) " \
130
131
-e2e.config=" $( E2E_CONF_FILE) " \
131
132
-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