Skip to content

Commit

Permalink
kubeadm: increase the timeout for kubeadm cmd integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
neolit123 committed Jul 12, 2020
1 parent dc0122c commit b086fad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hack/make-rules/test-cmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,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
Expand Down

0 comments on commit b086fad

Please sign in to comment.