From e9399a8a772e0521410bd007b46c1050f7ffde78 Mon Sep 17 00:00:00 2001 From: Public copy <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 18:21:52 +0000 Subject: [PATCH] automated commit Signed-off-by: Public copy <41898282+github-actions[bot]@users.noreply.github.com> --- images/vault/tests/main.tf | 27 ++++++++++++++++++++------- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/images/vault/tests/main.tf b/images/vault/tests/main.tf index c1530b42bb..5a5a365962 100644 --- a/images/vault/tests/main.tf +++ b/images/vault/tests/main.tf @@ -61,19 +61,32 @@ resource "imagetest_feature" "basic" { cmd = module.helm.install_cmd }, { - name = "Acceptance test" - cmd = < /tmp/key + +[[ -s /tmp/key ]] || exit 1 +EOF + retry = { attempts = 3, delay = "3s", factor = 2 } + }, + { + name = "Acceptance test" + cmd = <