We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a1cb2a + 0a1edf8 commit a882a2bCopy full SHA for a882a2b
hack/make-rules/test-integration.sh
@@ -82,6 +82,7 @@ runTests() {
82
KUBE_TEST_ARGS="${SHORT:--short=true} --vmodule=${KUBE_TEST_VMODULE} ${KUBE_TEST_ARGS}" \
83
WHAT="${WHAT:-$(kube::test::find_integration_test_dirs | paste -sd' ' -)}" \
84
GOFLAGS="${GOFLAGS:-}" \
85
+ KUBE_TIMEOUT="${KUBE_TIMEOUT}" \
86
KUBE_RACE="" \
87
MAKEFLAGS="" \
88
make -C "${KUBE_ROOT}" test
0 commit comments