From 9f00bee0bea76278f17db62977b4165e4ddafebe Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Tue, 26 Jul 2022 11:50:37 +0100 Subject: [PATCH] updated to 5min timeout 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 f30c263..74b38cf 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=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