Merge pull request #92490 from neolit123/1.19-increase-kubeadm-cmd-test-timeout

kubeadm: increase the timeout for cmd integration tests
This commit is contained in:
Kubernetes Prow Robot 2020-07-16 12:18:14 -07:00 committed by GitHub
commit fbbc3ed359
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,7 +130,8 @@ if [[ ${WHAT} == "" || ${WHAT} =~ .*kubeadm.* ]] ; then
export KUBEADM_PATH="${KUBEADM_PATH:=$(kube::realpath "${KUBE_ROOT}")/_output/local/go/bin/kubeadm}"
# invoke the tests
make -C "${KUBE_ROOT}" test \
WHAT=k8s.io/kubernetes/cmd/kubeadm/test/cmd
WHAT=k8s.io/kubernetes/cmd/kubeadm/test/cmd \
KUBE_TIMEOUT=--timeout=240s
# if we ONLY want to run kubeadm, then exit here.
if [[ ${WHAT} == "kubeadm" ]]; then