Skip to content

Commit b086fad

Browse files
committed
kubeadm: increase the timeout for kubeadm cmd integration tests
1 parent dc0122c commit b086fad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hack/make-rules/test-cmd.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ if [[ ${WHAT} == "" || ${WHAT} =~ .*kubeadm.* ]] ; then
129129
export KUBEADM_PATH="${KUBEADM_PATH:=$(kube::realpath "${KUBE_ROOT}")/_output/local/go/bin/kubeadm}"
130130
# invoke the tests
131131
make -C "${KUBE_ROOT}" test \
132-
WHAT=k8s.io/kubernetes/cmd/kubeadm/test/cmd
132+
WHAT=k8s.io/kubernetes/cmd/kubeadm/test/cmd \
133+
KUBE_TIMEOUT=--timeout=240s
133134

134135
# if we ONLY want to run kubeadm, then exit here.
135136
if [[ ${WHAT} == "kubeadm" ]]; then

0 commit comments

Comments
 (0)