From a23492fe27c0e1c2a10d6440a03ec6475061f520 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 19 Sep 2017 11:16:03 +0200 Subject: [PATCH] Bump up hypothesis deadline for Content-Disposition test --- 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 42290a8f4..4a773756a 100644 --- a/tests/unit/browser/webkit/http/test_http_hypothesis.py +++ b/tests/unit/browser/webkit/http/test_http_hypothesis.py @@ -35,6 +35,7 @@ from qutebrowser.browser.webkit import http, rfc6266 'attachment; filename*={}', ]) @hypothesis.given(strategies.text(alphabet=[chr(x) for x in range(255)])) +@hypothesis.settings(deadline=400) def test_parse_content_disposition(caplog, template, stubs, s): """Test parsing headers based on templates which hypothesis completes.""" header = template.format(s)