diff --git a/test_requests.py b/test_requests.py index 6b15596c..b2e570de 100755 --- a/test_requests.py +++ b/test_requests.py @@ -195,7 +195,7 @@ class RequestsTestSuite(unittest.TestCase): def test_settings(self): - with requests.settings(timeout=0.0001): + with requests.settings(timeout=0.0000001): self.assertRaises(requests.Timeout, requests.get, 'http://google.com') with requests.settings(timeout=10):