Re-add KUBE_TIMEOUT explicitly to make test

This commit is contained in:
Christoph Blecker 2024-02-26 15:46:38 -08:00
parent 0a1cb2a4a4
commit 0a1edf8bda
No known key found for this signature in database
GPG Key ID: B34A59A9D39F838B

View File

@ -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