Skip to content

Commit c83f93d

Browse files
test: fix tls timeout host e2e
1 parent 9cbee0b commit c83f93d

File tree

1 file changed

+3
-0
lines changed
  • test/ac-ansible-roles/install_ac_recipe/tasks

1 file changed

+3
-0
lines changed

test/ac-ansible-roles/install_ac_recipe/tasks/debian.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@
6161
--localRecipes {{ tmp_recipes.path }}\
6262
-n {{ recipe_list }}
6363
register: install_logs
64+
retries: 3
65+
delay: 30
66+
until: "'TLS handshake timeout' not in install_logs.stderr"
6467

6568
- name: Install logs
6669
debug:

0 commit comments

Comments
 (0)