summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Petrov <andrey.petrov@shazow.net>2014-07-01 16:52:11 -0700
committerAndrey Petrov <andrey.petrov@shazow.net>2014-07-01 16:52:11 -0700
commitba8ebef2277c630df2da67ef768c026ef449f9c8 (patch)
treebba9dec418818632beb3c192fc0220ed3b88bc0d
parent22d289cf94bde491909091bec1ec5da80efde741 (diff)
downloadurllib3-retries.tar.gz
Fiddling with things because pypy is unhappy.retries
-rw-r--r--MANIFEST.in1
-rw-r--r--test/with_dummyserver/test_connectionpool.py2
2 files changed, 1 insertions, 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