diff --git a/.github/workflows/linux_benchmark_testing.yml b/.github/workflows/linux_benchmark_testing.yml index 91ee722..551630d 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_connection -a "connect_timeout=10 delay=10 timeout=300 sleep=5" + ansible all -i hosts.yml -m wait_for_connection -a "connect_timeout=10 delay=10 timeout=600 sleep=5" # Run the ansible playbook - name: Run_Ansible_Playbook