Skip to content

Commit 7f4ebcf

Browse files
committed
Increase package sync timeout
Some individual repos have started taking >6h to sync. This Commit bumps the timeout so they don't expire.
1 parent ff6c95f commit 7f4ebcf

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: 480
43+
timeout-minutes: 720
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: 360
59+
timeout_minutes: 480
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: 480
78+
timeout-minutes: 720
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: 360
93+
timeout_minutes: 480
9494
max_attempts: 2
9595
command: |
9696
ansible-playbook -i ansible/inventory \

0 commit comments

Comments
 (0)