about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2025-05-29 20:18:19 +0900
committerNguyễn Gia Phong <cnx@loang.net>2025-05-29 20:18:19 +0900
commit82b754bdcf781eabf182293561838fabe21a467d (patch)
treefcffb532f61f1d2db3827c1c0e2a7d80d365b0ab
parent9193fc8955ebe7e23969eb1134cf2201a684dea6 (diff)
downloadscadere-82b754bdcf781eabf182293561838fabe21a467d.tar.gz
Remove test shrinking deadline
-rw-r--r--tst/test_listen.py1
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: