1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-04-29 12:14:48 +00:00

ci: k8s: Decrease k3s sleep from 4 to 2 minutes

It should be plenty, and worked well in local tests.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2023-09-07 19:49:52 +02:00
parent ada65b988a
commit 369a8af8f7

View File

@ -144,7 +144,7 @@ function deploy_k3s() {
curl -sfL https://get.k3s.io | sh -s - --write-kubeconfig-mode 644
# This is an arbitrary value that came up from local tests
sleep 240s
sleep 120s
# Download the kubectl binary into /usr/bin and remove /usr/local/bin/kubectl
#