Skip to content

Commit 949fff8

Browse files
committed
Increse package sync timeouts
1 parent 9a2e4bd commit 949fff8

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
@@ -39,7 +39,7 @@ jobs:
3939
package-sync-ark:
4040
name: Sync package repositories in Ark
4141
runs-on: arc-release-train-runner
42-
timeout-minutes: 480
42+
timeout-minutes: 720
4343
if: inputs.sync_ark
4444
steps:
4545

@@ -55,7 +55,7 @@ jobs:
5555
- name: Sync and publish package repositories in Ark
5656
uses: nick-fields/retry@v3
5757
with:
58-
timeout_minutes: 360
58+
timeout_minutes: 480
5959
max_attempts: 2
6060
command: |
6161
ansible-playbook -i ansible/inventory \
@@ -74,7 +74,7 @@ jobs:
7474
name: Sync package repositories in test
7575
runs-on: arc-release-train-runner
7676
needs: package-sync-ark
77-
timeout-minutes: 480
77+
timeout-minutes: 720
7878
if: inputs.sync_test
7979
steps:
8080
- name: Checkout
@@ -89,7 +89,7 @@ jobs:
8989
- name: Sync and publish package repositories in test
9090
uses: nick-fields/retry@v3
9191
with:
92-
timeout_minutes: 360
92+
timeout_minutes: 480
9393
max_attempts: 2
9494
command: |
9595
ansible-playbook -i ansible/inventory \

0 commit comments

Comments
 (0)