Add a hotfix for kojira to increase ssl timeout. This should get us back on track with newrepos in koji for now.
This commit is contained in:
parent
ebb160dcee
commit
f99e19b024
2 changed files with 7 additions and 1 deletions
|
@ -16,7 +16,7 @@ class SSLConnection:
|
|||
passed in to the shutdown() method in SimpleXMLRPC.doPOST()
|
||||
"""
|
||||
|
||||
DEFAULT_TIMEOUT = 60
|
||||
DEFAULT_TIMEOUT = 180
|
||||
|
||||
def __init__(self, conn):
|
||||
"""
|
||||
|
|
|
@ -254,3 +254,9 @@
|
|||
- files
|
||||
- koji_hub
|
||||
|
||||
- name: HOTFIX koji ssl timeout
|
||||
copy: src=SSLConnection.py dest=/usr/lib/python2.7/site-packages/koji/ssl/SSLConnection.py
|
||||
tags:
|
||||
- files
|
||||
- koji_hub
|
||||
- hotfix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue