From 4853d45ca7c5ae4aef24050ddc4c49068b1d16e3 Mon Sep 17 00:00:00 2001 From: George Nalen Date: Tue, 23 Aug 2022 11:24:42 -0400 Subject: [PATCH] updated sleep timeout from 120s to 60s Signed-off-by: George Nalen --- .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 5ad1702..5b2a708 100644 --- a/.github/workflows/linux_benchmark_testing.yml +++ b/.github/workflows/linux_benchmark_testing.yml @@ -93,7 +93,7 @@ jobs: - name: if RHEL7 - Sleep for 60 seconds #if: steps.test_os.outputs.RHEL7 >= 1 - run: sleep 120s + run: sleep 60s shell: bash # Run the ansible playbook