Skip to content

Commit

Permalink
Revert "Increase package sync timeout"
Browse files Browse the repository at this point in the history
Increasing the timeout did not help syncs
This reverts commit 7f4ebcf.
  • Loading branch information
Alex-Welsh committed Sep 5, 2024
1 parent 224fc95 commit 6c3a2f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/package-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
package-sync-ark:
name: Sync package repositories in Ark
runs-on: arc-release-train-runner
timeout-minutes: 720
timeout-minutes: 480
if: inputs.sync_ark
steps:

Expand All @@ -56,7 +56,7 @@ jobs:
- name: Sync and publish package repositories in Ark
uses: nick-fields/retry@v3
with:
timeout_minutes: 480
timeout_minutes: 360
max_attempts: 2
command: |
ansible-playbook -i ansible/inventory \
Expand All @@ -75,7 +75,7 @@ jobs:
name: Sync package repositories in test
runs-on: arc-release-train-runner
needs: package-sync-ark
timeout-minutes: 720
timeout-minutes: 480
if: inputs.sync_test
steps:
- name: Checkout
Expand All @@ -90,7 +90,7 @@ jobs:
- name: Sync and publish package repositories in test
uses: nick-fields/retry@v3
with:
timeout_minutes: 480
timeout_minutes: 360
max_attempts: 2
command: |
ansible-playbook -i ansible/inventory \
Expand Down

0 comments on commit 6c3a2f7

Please sign in to comment.