From 9821531c754e453fd3e0c5cd42e04dffbcca0782 Mon Sep 17 00:00:00 2001 From: Todd Malsbary Date: Tue, 11 Jan 2022 16:33:04 -0800 Subject: [PATCH] Increase Kata test timeout. Under automation this timeout includes setup of the cluster, hence the large number of tries. Signed-off-by: Todd Malsbary Change-Id: Ibd7fae534de599499ce4c03b33e4c232256534a0 --- deploy/kata/kata.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/kata/kata.sh b/deploy/kata/kata.sh index 4601e73..187e539 100755 --- a/deploy/kata/kata.sh +++ b/deploy/kata/kata.sh @@ -77,6 +77,7 @@ function test_kata { clusterctl -n metal3 get kubeconfig ${cluster_name} >${cluster_kubeconfig} # Ensure that Kata has been deployed first + WAIT_FOR_TRIES=30 wait_for is_kata_deployed deploy_webhook ${cluster_name} -- 2.16.6