Skip to content

Commit

Permalink
step_acme_cert: reduce test flakiness (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhoesel authored Dec 9, 2023
1 parent 18528e4 commit 38aa3a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/step_acme_cert/molecule/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- ansible_facts.services["step-renew-standalone.service"]["state"] == "running"
- ansible_facts.services["step-renew-webroot.service"]["state"] == "running"
register: _res
retries: 3
retries: 10
delay: 5
until: _res is not failed

Expand All @@ -30,7 +30,7 @@
- ansible_facts.services["step-renew-standalone.service"]["state"] == "running"
- ansible_facts.services["step-renew-webroot.service"]["state"] == "running"
register: _res
retries: 3
retries: 10
delay: 5
until: _res is not failed

Expand Down

0 comments on commit 38aa3a6

Please sign in to comment.