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

Commit

Permalink
e2e: warn about slow tests only when >= 1 minute
Browse files Browse the repository at this point in the history
We have several tests that trigger the default threshold.
  • Loading branch information
pohly committed Sep 14, 2022
1 parent 179980e commit 7dd3633
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test.make
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ RUN_E2E = KUBECONFIG=`pwd`/_work/$(CLUSTER)/kube.config \
-ginkgo.skip='$(subst $(space),|,$(strip $(subst @,$(space),$(TEST_E2E_SKIP_ALL))))' \
-ginkgo.focus='$(subst $(space),|,$(strip $(subst @,$(space),$(TEST_E2E_FOCUS))))' \
-ginkgo.randomizeAllSpecs=false \
-ginkgo.slow-spec-threshold=1m \
-ginkgo.timeout=$(TEST_E2E_TIMEOUT) \
$(TEST_E2E_ARGS) \
-report-dir=$(TEST_E2E_REPORT_DIR)
Expand Down

0 comments on commit 7dd3633

Please sign in to comment.