Skip to content

Commit a882a2b

Browse files
authored
Merge pull request kubernetes#123526 from cblecker/fm2
Re-add KUBE_TIMEOUT explicitly to make test
2 parents 0a1cb2a + 0a1edf8 commit a882a2b

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)