From bc99e941fcedf6524f1794afa55ddbb6466ef2de7ea3bbc17cbc9fdfbe423c30 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 17 Dec 2020 19:34:50 +0000 Subject: [PATCH] - Add CI variable, which makes timeouts in the test suite longer (gh#urllib3/urllib3#2109, bsc#1176389) and test_timeout_errors_cause_retries should not fail. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=114 --- python-urllib3.changes | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python-urllib3.changes b/python-urllib3.changes index 06a6322..336d92b 100644 --- a/python-urllib3.changes +++ b/python-urllib3.changes @@ -1,8 +1,9 @@ ------------------------------------------------------------------- Thu Dec 17 18:13:57 UTC 2020 - Matej Cepl -- gh#urllib3/urllib3#2109 is actually not reproduceable, so don't skip - test_timeout_errors_cause_retries. +- Add CI variable, which makes timeouts in the test suite longer + (gh#urllib3/urllib3#2109, bsc#1176389) and + test_timeout_errors_cause_retries should not fail. ------------------------------------------------------------------- Mon Dec 14 15:21:26 UTC 2020 - Benjamin Greiner