Skip to content

Commit

Permalink
Merge pull request #504 from redhatci/ip_wait
Browse files Browse the repository at this point in the history
Wait a bit longer for an IP to be available
  • Loading branch information
tonyskapunk authored Dec 11, 2024
2 parents 5fe0a10 + 0d19ad9 commit c5894c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/olm_operator/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@
namespace: "{{ namespace }}"
register: _oo_install_plans
no_log: true
retries: 5
delay: 5
retries: 6
delay: 15
until:
- _oo_install_plans.resources is defined
- _oo_install_plans.resources | length
Expand Down

0 comments on commit c5894c7

Please sign in to comment.