Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit 7dd3633

Browse files
committed
e2e: warn about slow tests only when >= 1 minute
We have several tests that trigger the default threshold.
1 parent 179980e commit 7dd3633

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test.make

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ RUN_E2E = KUBECONFIG=`pwd`/_work/$(CLUSTER)/kube.config \
186186
-ginkgo.skip='$(subst $(space),|,$(strip $(subst @,$(space),$(TEST_E2E_SKIP_ALL))))' \
187187
-ginkgo.focus='$(subst $(space),|,$(strip $(subst @,$(space),$(TEST_E2E_FOCUS))))' \
188188
-ginkgo.randomizeAllSpecs=false \
189+
-ginkgo.slow-spec-threshold=1m \
189190
-ginkgo.timeout=$(TEST_E2E_TIMEOUT) \
190191
$(TEST_E2E_ARGS) \
191192
-report-dir=$(TEST_E2E_REPORT_DIR)

0 commit comments

Comments
 (0)