Skip to content

Commit

Permalink
common: bump validation timeout to reduce false+ fails on GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rpelisse committed Sep 29, 2023
1 parent db844b4 commit 4a183bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/amq_streams_common/tasks/validation.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
- name: "Wait for Connect to be available."
ansible.builtin.wait_for:
timeout: 60
delay: 10
timeout: "{{ amq_streams_common_validation_wait_time_for_service_to_be_up | default('180') }}"
delay: "{{ amq_streams_common_validation_delay_for_service_to_be_up | default('60') }}"

- name: Populate service facts
ansible.builtin.service_facts:
Expand Down

0 comments on commit 4a183bc

Please sign in to comment.