From bb073e17095f713885bd232de0a3885f913fbff6 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 19 Sep 2017 13:38:44 +0200 Subject: [PATCH] Bump up another hypothesis deadline --- tests/unit/browser/webkit/http/test_http_hypothesis.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/browser/webkit/http/test_http_hypothesis.py b/tests/unit/browser/webkit/http/test_http_hypothesis.py index 4a773756a..c0958baca 100644 --- a/tests/unit/browser/webkit/http/test_http_hypothesis.py +++ b/tests/unit/browser/webkit/http/test_http_hypothesis.py @@ -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)