Increase Kata test timeout. 16/4616/1
authorTodd Malsbary <todd.malsbary@intel.com>
Wed, 12 Jan 2022 00:33:04 +0000 (16:33 -0800)
committerTodd Malsbary <todd.malsbary@intel.com>
Wed, 12 Jan 2022 00:39:29 +0000 (16:39 -0800)
Under automation this timeout includes setup of the cluster, hence the
large number of tries.

Signed-off-by: Todd Malsbary <todd.malsbary@intel.com>
Change-Id: Ibd7fae534de599499ce4c03b33e4c232256534a0

deploy/kata/kata.sh

index 4601e73..187e539 100755 (executable)
@@ -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}