Commit 8b40093a authored by Jason Madden's avatar Jason Madden

Tweak test__refcount.py timeout on CI.

parent 53534f8d
......@@ -15,7 +15,7 @@ Platform Support
gevent 1.2 supports Python 2.7, 3.4, 3.5 and 3.6 on the CPython
(`python.org`_) interpreter. It also supports `PyPy2`_ 4.0.1 and above
(PyPy2 5.2 or higher is recommended) and PyPy3 5.5.0.
(PyPy2 5.4 or higher is recommended) and PyPy3 5.5.0.
.. caution:: Support for Python 2.6 was removed. Support for Python 3.3 is only
......
......@@ -56,7 +56,8 @@ import socket
socket._realsocket = Socket
SOCKET_TIMEOUT = 0.1
if greentest.RUNNING_ON_CI:
SOCKET_TIMEOUT *= 2
def init_server():
s = socket.socket()
......
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