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 @@ -285,10 +285,11 @@ e2e-essentials: $(GINKGO) $(KUBECTL) e2e-cluster-templates create-kind-cluster #
285
285
286
286
JOB ?= .*
287
287
E2E_CONFIG ?= ${REPO_ROOT}/test/e2e/config/cloudstack.yaml
288
+ E2E_TIMEOUT ?= 3h
288
289
run-e2e : e2e-essentials # # Run e2e testing. JOB is an optional REGEXP to select certainn test cases to run. e.g. JOB=PR-Blocking, JOB=Conformance
289
290
$(KUBECTL ) apply -f cloud-config.yaml && \
290
291
cd test/e2e && \
291
- $(GINKGO ) -v --trace --tags=e2e --focus=$(JOB ) --skip=Conformance --skip-package=kubeconfig_helper --nodes=1 --no-color=false ./... -- \
292
+ $(GINKGO ) -v --trace --tags=e2e --focus=$(JOB ) --timeout= $( E2E_TIMEOUT ) -- skip=Conformance --skip-package=kubeconfig_helper --nodes=1 --no-color=false ./... -- \
292
293
-e2e.artifacts-folder=${REPO_ROOT} /_artifacts \
293
294
-e2e.config=${E2E_CONFIG} \
294
295
-e2e.skip-resource-cleanup=false -e2e.use-existing-cluster=true
You can’t perform that action at this time.
0 commit comments