File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 40
40
package-sync-ark :
41
41
name : Sync package repositories in Ark
42
42
runs-on : arc-release-train-runner
43
- timeout-minutes : 480
43
+ timeout-minutes : 720
44
44
if : inputs.sync_ark
45
45
steps :
46
46
56
56
- name : Sync and publish package repositories in Ark
57
57
uses : nick-fields/retry@v3
58
58
with :
59
- timeout_minutes : 360
59
+ timeout_minutes : 480
60
60
max_attempts : 2
61
61
command : |
62
62
ansible-playbook -i ansible/inventory \
75
75
name : Sync package repositories in test
76
76
runs-on : arc-release-train-runner
77
77
needs : package-sync-ark
78
- timeout-minutes : 480
78
+ timeout-minutes : 720
79
79
if : inputs.sync_test
80
80
steps :
81
81
- name : Checkout
90
90
- name : Sync and publish package repositories in test
91
91
uses : nick-fields/retry@v3
92
92
with :
93
- timeout_minutes : 360
93
+ timeout_minutes : 480
94
94
max_attempts : 2
95
95
command : |
96
96
ansible-playbook -i ansible/inventory \
You can’t perform that action at this time.
0 commit comments