From e81e8a4527e90764f26580ee096e25a0cfa22c97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Mon, 27 May 2024 05:54:54 +0200 Subject: [PATCH] tests: kata-deploy: Adjust timeout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 10 minutes is waay too long. Let's give it 4 minutes only. Signed-off-by: Fabiano FidĂȘncio --- tests/functional/kata-deploy/kata-deploy.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/kata-deploy/kata-deploy.bats b/tests/functional/kata-deploy/kata-deploy.bats index 4b7d904e71..8969eac797 100644 --- a/tests/functional/kata-deploy/kata-deploy.bats +++ b/tests/functional/kata-deploy/kata-deploy.bats @@ -82,7 +82,7 @@ setup() { fi local cmd="kubectl -n kube-system get -l name=kata-deploy pod 2>/dev/null | grep '\'" - waitForProcess 600 10 "$cmd" + waitForProcess 240 10 "$cmd" # Give some time for the pod to finish what's doing and have the # runtimeclasses properly created