Skip to content

Commit 0a1edf8

Browse files
committed
Re-add KUBE_TIMEOUT explicitly to make test
1 parent 0a1cb2a commit 0a1edf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hack/make-rules/test-integration.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ runTests() {
8282
KUBE_TEST_ARGS="${SHORT:--short=true} --vmodule=${KUBE_TEST_VMODULE} ${KUBE_TEST_ARGS}" \
8383
WHAT="${WHAT:-$(kube::test::find_integration_test_dirs | paste -sd' ' -)}" \
8484
GOFLAGS="${GOFLAGS:-}" \
85+
KUBE_TIMEOUT="${KUBE_TIMEOUT}" \
8586
KUBE_RACE="" \
8687
MAKEFLAGS="" \
8788
make -C "${KUBE_ROOT}" test

0 commit comments

Comments
 (0)