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>
(cherry picked from commit 369a8af8f7)
This commit is contained in:
Fabiano Fidêncio 2023-09-07 19:49:52 +02:00
parent 695c7162ef
commit bb675f8101

View File

@ -138,7 +138,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
#