Skip to content

Commit

Permalink
Increase the SSHd reasy timeout
Browse files Browse the repository at this point in the history
In some environments it looks like SSHd is taking a bit longer
to be ready and it rejects SSH attempts leading to a failure in the CI
run.
  • Loading branch information
pablintino authored and openshift-merge-bot[bot] committed Dec 18, 2024
1 parent d4072ba commit 18f4002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/libvirt_manager/tasks/manage_vms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
cat ~/.ssh/authorized_keys |
ssh -v core@{{ vm_con_name }} "cat >> ~/.ssh/authorized_keys"
retries: 5
delay: 10
delay: 60
register: _ssh_access
until: _ssh_access.rc == 0

Expand Down

0 comments on commit 18f4002

Please sign in to comment.