Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gevent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gevent
Commits
9e403eeb
Commit
9e403eeb
authored
Oct 26, 2016
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changelog.
parent
76daf689
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
changelog.rst
changelog.rst
+1
-0
src/greentest/test__timeout.py
src/greentest/test__timeout.py
+1
-1
No files found.
changelog.rst
View file @
9e403eeb
...
...
@@ -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
...
...
src/greentest/test__timeout.py
View file @
9e403eeb
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment