From 9fb291d88a62a434303a47b9a9bde20b9516ffdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Thu, 7 Sep 2023 23:46:58 +0200 Subject: [PATCH] ci: k8s: Wait some time after restarting k3s MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let's put a 1 minute sleep, just to make sure everything is back up again. Signed-off-by: Fabiano FidĂȘncio (cherry picked from commit 3de23034f8821cbb514b3ce261842ffae9793ad4) --- tests/integration/kubernetes/gha-run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/kubernetes/gha-run.sh b/tests/integration/kubernetes/gha-run.sh index 16845e0e2..c12f886cf 100755 --- a/tests/integration/kubernetes/gha-run.sh +++ b/tests/integration/kubernetes/gha-run.sh @@ -72,6 +72,7 @@ EOF *) >&2 echo "${KUBERNETES} flavour is not supported"; exit 2 ;; esac + sleep 60s sudo cat ${containerd_config_file} }