File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
content = catalogue . resource ( 'file' , '/etc/foreman/plugins/katello.yaml' ) . send ( :parameters ) [ :content ]
35
35
content . split ( "\n " ) . reject { |c | c =~ /(^#|^$)/ } . should == [
36
36
':katello:' ,
37
- ' :rest_client_timeout: 120 ' ,
37
+ ' :rest_client_timeout: 3600 ' ,
38
38
' :post_sync_url: https://host.example.org/katello/api/v2/repositories/sync_complete?token=test_token' ,
39
39
' :candlepin:' ,
40
40
' :url: https://host.example.org:8443/candlepin' ,
72
72
content = catalogue . resource ( 'file' , '/etc/foreman/plugins/katello.yaml' ) . send ( :parameters ) [ :content ]
73
73
content . split ( "\n " ) . reject { |c | c =~ /(^#|^$)/ } . should == [
74
74
':katello:' ,
75
- ' :rest_client_timeout: 120 ' ,
75
+ ' :rest_client_timeout: 3600 ' ,
76
76
' :post_sync_url: https://host.example.org/katello/api/v2/repositories/sync_complete?token=test_token' ,
77
77
' :candlepin:' ,
78
78
' :url: https://host.example.org:8443/candlepin' ,
Original file line number Diff line number Diff line change 6
6
:cdn_ssl_version: <%= @cdn_ssl_version %>
7
7
<%- end -%>
8
8
9
- :rest_client_timeout: 120
9
+ :rest_client_timeout: 3600
10
10
11
11
:post_sync_url: https://<%= @fqdn %> <%= @deployment_url %> /api/v2/repositories/sync_complete?token=<%= @post_sync_token %>
12
12
You can’t perform that action at this time.
0 commit comments