mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
kubeadm: increase the timeout for kubeadm cmd integration tests
This commit is contained in:
parent
dc0122ca6a
commit
b086fad508
@ -129,7 +129,8 @@ if [[ ${WHAT} == "" || ${WHAT} =~ .*kubeadm.* ]] ; then
|
|||||||
export KUBEADM_PATH="${KUBEADM_PATH:=$(kube::realpath "${KUBE_ROOT}")/_output/local/go/bin/kubeadm}"
|
export KUBEADM_PATH="${KUBEADM_PATH:=$(kube::realpath "${KUBE_ROOT}")/_output/local/go/bin/kubeadm}"
|
||||||
# invoke the tests
|
# invoke the tests
|
||||||
make -C "${KUBE_ROOT}" test \
|
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 we ONLY want to run kubeadm, then exit here.
|
||||||
if [[ ${WHAT} == "kubeadm" ]]; then
|
if [[ ${WHAT} == "kubeadm" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user