diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2025-05-29 20:18:19 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2025-05-29 20:18:19 +0900 |
commit | 82b754bdcf781eabf182293561838fabe21a467d (patch) | |
tree | fcffb532f61f1d2db3827c1c0e2a7d80d365b0ab | |
parent | 9193fc8955ebe7e23969eb1134cf2201a684dea6 (diff) | |
download | scadere-82b754bdcf781eabf182293561838fabe21a467d.tar.gz |
Remove test shrinking deadline
-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: |