Skip to content

Commit

Permalink
fix: raise download_timeout for RHEL feed
Browse files Browse the repository at this point in the history
  • Loading branch information
Deblintrake09 committed Jun 1, 2022
1 parent c2c0cb4 commit a3f723a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
provider_name: 'Red Hat Enterprise Linux 5'
provider_json_name: 'JSON Red Hat Enterprise Linux'
provider_os: 'RHEL5'
download_timeout: 120
download_timeout: 150
update_treshold_weeks: 2

- name: 'RHEL6'
Expand All @@ -19,7 +19,7 @@
provider_name: 'Red Hat Enterprise Linux 6'
provider_json_name: 'JSON Red Hat Enterprise Linux'
provider_os: 'RHEL6'
download_timeout: 120
download_timeout: 150
update_treshold_weeks: 2

- name: 'RHEL7'
Expand All @@ -31,7 +31,7 @@
provider_name: 'Red Hat Enterprise Linux 7'
provider_json_name: 'JSON Red Hat Enterprise Linux'
provider_os: 'RHEL7'
download_timeout: 120
download_timeout: 150
update_treshold_weeks: 2

- name: 'RHEL8'
Expand All @@ -43,7 +43,7 @@
provider_name: 'Red Hat Enterprise Linux 8'
provider_json_name: 'JSON Red Hat Enterprise Linux'
provider_os: 'RHEL8'
download_timeout: 120
download_timeout: 150
update_treshold_weeks: 2

- name: 'TRUSTY'
Expand Down

0 comments on commit a3f723a

Please sign in to comment.