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