From a8ec3e343ac31f56c4f37fff13c144ff3dd124ad Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Tue, 21 Jun 2022 13:23:34 +0100 Subject: [PATCH] updated timeout test Signed-off-by: Mark Bolwell --- .github/workflows/linux_benchmark_testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux_benchmark_testing.yml b/.github/workflows/linux_benchmark_testing.yml index b4c7df4..8a9805c 100644 --- a/.github/workflows/linux_benchmark_testing.yml +++ b/.github/workflows/linux_benchmark_testing.yml @@ -87,7 +87,7 @@ jobs: working-directory: .github/workflows id: test_os run: >- - ansible all -i hosts.yml -m wait_for -a "host='{{ (ansible_ssh_host|default(ansible_host) }}' port=22 delay=10" + ansible all -i hosts.yml -m ping -e retries=20 -e delay=20 # Run the ansible playbook - name: Run_Ansible_Playbook