diff options
-rw-r--r-- | tst/test_listen.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tst/test_listen.py b/tst/test_listen.py index 07a0b65..c6d9cd4 100644 --- a/tst/test_listen.py +++ b/tst/test_listen.py @@ -231,6 +231,7 @@ async def check_server(sockets, func, *args): @given(urls().filter(is_base_url).filter(has_usual_path), lists(certificates(), min_size=1)) +@settings(deadline=None) async def test_http_200(base_url, certs): base_path = urlsplit(base_url).path with tmp_cert_file(certs) as cert_file: |