Commit 57e5762f authored by Jason Madden's avatar Jason Madden

Restore a call to sleep that's needed to get the timing right on CPython

parent 5dc08cd8
...@@ -983,7 +983,7 @@ class ChunkedInputTests(TestCase): ...@@ -983,7 +983,7 @@ class ChunkedInputTests(TestCase):
fd = self.connect().makefile(bufsize=1) fd = self.connect().makefile(bufsize=1)
fd.write(req) fd.write(req)
fd.close() fd.close()
# gevent.sleep(0.01) gevent.sleep(0.01) # timing needed for cpython
if server_implements_chunked: if server_implements_chunked:
if greentest.PYPY: if greentest.PYPY:
......
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