diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2016-04-22 23:37:03 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2016-04-22 23:37:03 -0700 |
commit | bf52180fef7b5266fbe727e2b659686da2c39b9b (patch) | |
tree | 14cc8b259e2e16fc088f72e1d01f8a8ec366a518 /sites/www/changelog.rst | |
parent | 45ae305c646c6466ba8e45044a38b4edc45b33bc (diff) |
Hack in a sleep() to avoid race conditions during timeout test.
(HOPEFULLY) closes #612
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r-- | sites/www/changelog.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 6c772355..18c7ce5e 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,10 @@ Changelog ========= +* :support:`612` Identify & work around a race condition in the test for + handshake timeouts, which was causing frequent test failures for a subset of + contributors as well as Travis-CI (usually, but not always, limited to Python + 3.5). Props to Ed Kellett for assistance during some of the troubleshooting. * :support:`697` Remove whitespace in our ``setup.py``'s ``install_requires`` as it triggers occasional bugs in some versions of ``setuptools``. Thanks to Justin Lecher for catch & original patch. |