From d90d029ff1234ad671c6730d84a2e26693049adb Mon Sep 17 00:00:00 2001 From: David Brownman Date: Thu, 6 Aug 2026 15:36:00 -0700 Subject: [PATCH] reduce timeout --- tests/test_integration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_integration.py b/tests/test_integration.py index bf80daf9f..9572ff127 100644 --- a/tests/test_integration.py +++ b/tests/test_integration.py @@ -41,7 +41,7 @@ def __init__(self, handler: BaseHTTPRequestHandler): class MyTestHandler(BaseHTTPRequestHandler): protocol_version = "HTTP/1.1" - timeout = 30 + timeout = 0.5 num_requests = 0