updated sleep timeout from 120s to 60s

Signed-off-by: George Nalen <georgen@mindpointgroup.com>
This commit is contained in:
George Nalen 2022-08-23 11:24:42 -04:00
parent 045bbc30cb
commit 4853d45ca7
No known key found for this signature in database
GPG key ID: CA43827BF7C4DEBA

View file

@ -93,7 +93,7 @@ jobs:
- name: if RHEL7 - Sleep for 60 seconds - name: if RHEL7 - Sleep for 60 seconds
#if: steps.test_os.outputs.RHEL7 >= 1 #if: steps.test_os.outputs.RHEL7 >= 1
run: sleep 120s run: sleep 60s
shell: bash shell: bash
# Run the ansible playbook # Run the ansible playbook