Comment 6 for bug 2018567

Revision history for this message
Martin Wallgren (ub71-martin-b69y) wrote :

Another workaround if you don't want to pin urllib3 is to set your own timeout in the Jenkins constructor

            jenkins.Jenkins(
                jenkins_url,
                username,
                password,
                timeout=60,
            )