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 39
39
package-sync-ark :
40
40
name : Sync package repositories in Ark
41
41
runs-on : arc-release-train-runner
42
- timeout-minutes : 480
42
+ timeout-minutes : 720
43
43
if : inputs.sync_ark
44
44
steps :
45
45
55
55
- name : Sync and publish package repositories in Ark
56
56
uses : nick-fields/retry@v3
57
57
with :
58
- timeout_minutes : 360
58
+ timeout_minutes : 480
59
59
max_attempts : 2
60
60
command : |
61
61
ansible-playbook -i ansible/inventory \
74
74
name : Sync package repositories in test
75
75
runs-on : arc-release-train-runner
76
76
needs : package-sync-ark
77
- timeout-minutes : 480
77
+ timeout-minutes : 720
78
78
if : inputs.sync_test
79
79
steps :
80
80
- name : Checkout
89
89
- name : Sync and publish package repositories in test
90
90
uses : nick-fields/retry@v3
91
91
with :
92
- timeout_minutes : 360
92
+ timeout_minutes : 480
93
93
max_attempts : 2
94
94
command : |
95
95
ansible-playbook -i ansible/inventory \
You can’t perform that action at this time.
0 commit comments