From 47bbe93354c239f8b265600f358df571443e64c1 Mon Sep 17 00:00:00 2001 From: George Nalen Date: Tue, 23 Aug 2022 11:23:10 -0400 Subject: [PATCH] updated environment tags and sleep timeout to 120s Signed-off-by: George Nalen Signed-off-by: Kristian Ebdrup --- .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 5b2a708..5ad1702 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 60s + run: sleep 120s shell: bash # Run the ansible playbook