From ba8ebef2277c630df2da67ef768c026ef449f9c8 Mon Sep 17 00:00:00 2001 From: Andrey Petrov Date: Tue, 1 Jul 2014 16:52:11 -0700 Subject: Fiddling with things because pypy is unhappy. --- MANIFEST.in | 1 - test/with_dummyserver/test_connectionpool.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 362b89fd..6b37d646 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,2 @@ include README.rst CHANGES.rst LICENSE.txt CONTRIBUTORS.txt dev-requirements.txt Makefile recursive-include dummyserver *.* -prune *.pyc *.log diff --git a/test/with_dummyserver/test_connectionpool.py b/test/with_dummyserver/test_connectionpool.py index 23058ba2..bd7f4a6b 100644 --- a/test/with_dummyserver/test_connectionpool.py +++ b/test/with_dummyserver/test_connectionpool.py @@ -189,7 +189,7 @@ class TestConnectionPool(HTTPDummyServerTestCase): @timed(0.5) def test_timeout(self): """ Requests should time out when expected """ - url = '/sleep?seconds=0.005' + url = '/sleep?seconds=0.002' timeout = Timeout(read=0.001) # Pool-global timeout -- cgit v1.2.1