Skip to content

Commit

Permalink
Merge pull request #3312 from bdarnell/destructor-log-timeout
Browse files Browse the repository at this point in the history
httpclient_test: Increase test_destructor_log timeout
  • Loading branch information
bdarnell authored Aug 13, 2023
2 parents b4082ab + b914762 commit cbe70c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tornado/test/httpclient_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ def test_destructor_log(self):
stdout=subprocess.PIPE,
stderr=subprocess.STDOUT,
check=True,
timeout=5,
timeout=15,
)
if proc.stdout:
print("STDOUT:")
Expand Down

0 comments on commit cbe70c2

Please sign in to comment.