提交 b9147624 编写于 作者: B Ben Darnell

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.
上级 b4082abb
......@@ -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:")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册