From 0a1edf8bda86248303d020ff7393da0eef646812 Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Mon, 26 Feb 2024 15:46:38 -0800 Subject: [PATCH] Re-add KUBE_TIMEOUT explicitly to make test --- hack/make-rules/test-integration.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/make-rules/test-integration.sh b/hack/make-rules/test-integration.sh index 18a241c1560..2665ca5c160 100755 --- a/hack/make-rules/test-integration.sh +++ b/hack/make-rules/test-integration.sh @@ -82,6 +82,7 @@ runTests() { KUBE_TEST_ARGS="${SHORT:--short=true} --vmodule=${KUBE_TEST_VMODULE} ${KUBE_TEST_ARGS}" \ WHAT="${WHAT:-$(kube::test::find_integration_test_dirs | paste -sd' ' -)}" \ GOFLAGS="${GOFLAGS:-}" \ + KUBE_TIMEOUT="${KUBE_TIMEOUT}" \ KUBE_RACE="" \ MAKEFLAGS="" \ make -C "${KUBE_ROOT}" test