Bump up another hypothesis deadline

This commit is contained in:
Florian Bruhin 2017-09-19 13:38:44 +02:00
parent 248afde21e
commit bb073e1709

View File

@ -55,6 +55,7 @@ def test_content_disposition_directly(s):
@hypothesis.given(strategies.text())
@hypothesis.settings(deadline=400)
def test_parse_content_type(stubs, s):
reply = stubs.FakeNetworkReply(headers={'Content-Type': s})
http.parse_content_type(reply)