From: Ben Darnell Date: Sun, 13 Aug 2023 00:42:15 +0000 (-0400) Subject: httpclient_test: Increase test_destructor_log timeout X-Git-Tag: v6.4.0b1~13^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3312%2Fhead;p=thirdparty%2Ftornado.git httpclient_test: Increase test_destructor_log timeout This test has recently become flaky on windows CI, and before investigating further, see if it's just because the CI machines are overloaded and subprocesses are slower on windows. --- diff --git a/tornado/test/httpclient_test.py b/tornado/test/httpclient_test.py index a41040e64..31a191619 100644 --- a/tornado/test/httpclient_test.py +++ b/tornado/test/httpclient_test.py @@ -853,7 +853,7 @@ class SyncHTTPClientSubprocessTest(unittest.TestCase): stdout=subprocess.PIPE, stderr=subprocess.STDOUT, check=True, - timeout=5, + timeout=15, ) if proc.stdout: print("STDOUT:")