From 30a0152def0dd7cfd5c0f18f6c37d3e1d255425c Mon Sep 17 00:00:00 2001 From: Vitalii Parfonov Date: Thu, 27 Aug 2026 15:06:02 +0300 Subject: [PATCH] fix(test): --slow-spec-threshold has been deprecated, replace with --poll-progress-after Signed-off-by: Vitalii Parfonov --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b94f1fb03..dd99a0d57 100644 --- a/Makefile +++ b/Makefile @@ -248,13 +248,13 @@ test-functional: test-functional-benchmarker-vector RELATED_IMAGE_LOG_FILE_METRIC_EXPORTER=$(IMAGE_LOGFILEMETRICEXPORTER) \ go test -race \ ./test/functional/... \ - -ginkgo.no-color -timeout=40m -ginkgo.slow-spec-threshold='45.0s' + -ginkgo.no-color -timeout=40m -ginkgo.poll-progress-after='45s' .PHONY: test-helpers test-helpers: go test -race \ ./test/helpers/... \ - -ginkgo.no-color -timeout=40m -ginkgo.slow-spec-threshold='45.0s' + -ginkgo.no-color -timeout=40m -ginkgo.poll-progress-after='45s' .PHONY: test-forwarder-generator test-forwarder-generator: bin/forwarder-generator