From: Todd Malsbary Date: Wed, 12 Jan 2022 00:33:04 +0000 (-0800) Subject: Increase Kata test timeout. X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F16%2F4616%2F1;p=icn.git 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 --- 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}