Bump up another hypothesis deadline
This commit is contained in:
parent
248afde21e
commit
bb073e1709
@ -55,6 +55,7 @@ def test_content_disposition_directly(s):
|
|||||||
|
|
||||||
|
|
||||||
@hypothesis.given(strategies.text())
|
@hypothesis.given(strategies.text())
|
||||||
|
@hypothesis.settings(deadline=400)
|
||||||
def test_parse_content_type(stubs, s):
|
def test_parse_content_type(stubs, s):
|
||||||
reply = stubs.FakeNetworkReply(headers={'Content-Type': s})
|
reply = stubs.FakeNetworkReply(headers={'Content-Type': s})
|
||||||
http.parse_content_type(reply)
|
http.parse_content_type(reply)
|
||||||
|
Loading…
Reference in New Issue
Block a user