Commit 9e403eeb authored by Jason Madden's avatar Jason Madden

changelog.

parent 76daf689
......@@ -22,6 +22,7 @@ Libraries
- Update libev to version 4.22.
- Update tblib to 1.3.0.
- Update Cython to 0.25.
- Update c-ares to version 1.11.0 (`release notes
<https://raw.githubusercontent.com/c-ares/c-ares/cares-1_11_0/RELEASE-NOTES>`_).
- For the benefit of downstream package maintainers, gevent is now
......
......@@ -4,7 +4,7 @@ from gevent.hub import get_hub
import sys
SHOULD_EXPIRE = 0.01
if not greentest.RUNNING_ON_APPVEYOR:
if not greentest.RUNNING_ON_CI:
SHOULD_NOT_EXPIRE = SHOULD_EXPIRE * 2.0
else:
SHOULD_NOT_EXPIRE = SHOULD_EXPIRE * 20.0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment