4
0
Fork 0

updated to 5min timeout

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2022-07-26 11:50:37 +01:00
parent 11132b7a4a
commit 9f00bee0be
No known key found for this signature in database
GPG key ID: F734FDFC154B83FB

View file

@ -87,7 +87,7 @@ jobs:
working-directory: .github/workflows
id: test_os
run: >-
ansible all -i hosts.yml -m wait_for_connection -a "connect_timeout=120 delay=10 timeout=10 sleep=5"
ansible all -i hosts.yml -m wait_for_connection -a "connect_timeout=300 delay=10 timeout=10 sleep=5"
# Run the ansible playbook
- name: Run_Ansible_Playbook