]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
httpclient_test: Increase test_destructor_log timeout 3312/head
authorBen Darnell <ben@bendarnell.com>
Sun, 13 Aug 2023 00:42:15 +0000 (20:42 -0400)
committerBen Darnell <ben@bendarnell.com>
Sun, 13 Aug 2023 00:42:15 +0000 (20:42 -0400)
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.

tornado/test/httpclient_test.py

index a41040e64a363f2fd53cc76c01c4e89b29a37691..31a1916199ad705a96ebf02ea7846313631193e8 100644 (file)
@@ -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:")