File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,6 @@ test: manifests generate fmt vet envtest ## Run tests.
152152.PHONY : test-e2e # Run the e2e tests against a Kind k8s instance that is spun up.
153153test-e2e : load-kind ginkgo
154154 $(GINKGO_BIN ) \
155- -vv \
156155 -procs=$(E2E_TESTS_CONCURRENCY ) \
157156 -timeout=30m \
158157 -junit-report=report.xml ./test/e2e/...
Original file line number Diff line number Diff line change @@ -29,12 +29,11 @@ import (
2929)
3030
3131var (
32- eventualDeploymentAppReadyTimeout = 60 * time .Second
33- eventualStatefulsetAppReadyTimeout = 80 * time .Second
34- eventualDeletionTimeout = 45 * time .Second
35- eventualDeploymentPodTimeout = 25 * time .Second
36- eventualAnomalyDeploymentPodTimeout = 50 * time .Second
37- eventualExpandingTimeout = 25 * time .Second
32+ eventualDeploymentAppReadyTimeout = 60 * time .Second
33+ eventualStatefulsetAppReadyTimeout = 80 * time .Second
34+ eventualDeletionTimeout = 45 * time .Second
35+ eventualDeploymentPodTimeout = 25 * time .Second
36+ eventualExpandingTimeout = 25 * time .Second
3837)
3938
4039// Run e2e tests using the Ginkgo runner.
You can’t perform that action at this time.
0 commit comments