Skip to content

Commit

Permalink
ci: Extend the wait timer for validating the Linux deploys. (#1911)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaffinito authored Sep 12, 2023
1 parent e0144c4 commit 2e5c3d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/post_deploy_agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: Wait for APT to update
if: ${{ github.event_name == 'workflow_call' }} # only wait if this workflow was called by another workflow
run: |
echo "Sleeping 2 minutes to wait for apt to update itself"
sleep 120
echo "Sleeping 5 minutes to wait for apt to update itself"
sleep 300
shell: bash
- name: Validate
run: |
Expand Down Expand Up @@ -75,8 +75,8 @@ jobs:
- name: Wait for YUM to update
if: ${{ github.event_name == 'workflow_call' }} # only wait if this workflow was called by another workflow
run: |
echo "Sleeping 2 minutes to wait for yum to update itself"
sleep 120
echo "Sleeping 5 minutes to wait for yum to update itself"
sleep 300
shell: bash

- name: Validate
Expand Down

0 comments on commit 2e5c3d1

Please sign in to comment.