Skip to content

Commit 6c3a2f7

Browse files
committed
Revert "Increase package sync timeout"
Increasing the timeout did not help syncs This reverts commit 7f4ebcf.
1 parent 224fc95 commit 6c3a2f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/package-sync.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
package-sync-ark:
4141
name: Sync package repositories in Ark
4242
runs-on: arc-release-train-runner
43-
timeout-minutes: 720
43+
timeout-minutes: 480
4444
if: inputs.sync_ark
4545
steps:
4646

@@ -56,7 +56,7 @@ jobs:
5656
- name: Sync and publish package repositories in Ark
5757
uses: nick-fields/retry@v3
5858
with:
59-
timeout_minutes: 480
59+
timeout_minutes: 360
6060
max_attempts: 2
6161
command: |
6262
ansible-playbook -i ansible/inventory \
@@ -75,7 +75,7 @@ jobs:
7575
name: Sync package repositories in test
7676
runs-on: arc-release-train-runner
7777
needs: package-sync-ark
78-
timeout-minutes: 720
78+
timeout-minutes: 480
7979
if: inputs.sync_test
8080
steps:
8181
- name: Checkout
@@ -90,7 +90,7 @@ jobs:
9090
- name: Sync and publish package repositories in test
9191
uses: nick-fields/retry@v3
9292
with:
93-
timeout_minutes: 480
93+
timeout_minutes: 360
9494
max_attempts: 2
9595
command: |
9696
ansible-playbook -i ansible/inventory \

0 commit comments

Comments
 (0)