mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 04:06:03 +00:00
Re-add KUBE_TIMEOUT explicitly to make test
This commit is contained in:
parent
0a1cb2a4a4
commit
0a1edf8bda
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user