Skip to content

Commit fbbc3ed

Browse files
authored
Merge pull request kubernetes#92490 from neolit123/1.19-increase-kubeadm-cmd-test-timeout
kubeadm: increase the timeout for cmd integration tests
2 parents 96c057a + b086fad commit fbbc3ed

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
@@ -130,7 +130,8 @@ if [[ ${WHAT} == "" || ${WHAT} =~ .*kubeadm.* ]] ; then
130130
export KUBEADM_PATH="${KUBEADM_PATH:=$(kube::realpath "${KUBE_ROOT}")/_output/local/go/bin/kubeadm}"
131131
# invoke the tests
132132
make -C "${KUBE_ROOT}" test \
133-
WHAT=k8s.io/kubernetes/cmd/kubeadm/test/cmd
133+
WHAT=k8s.io/kubernetes/cmd/kubeadm/test/cmd \
134+
KUBE_TIMEOUT=--timeout=240s
134135

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

0 commit comments

Comments
 (0)