mirror of
https://github.com/python/cpython.git
synced 2026-06-11 20:31:56 +00:00
merge default
This commit is contained in:
commit
5865facfb6
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ def test_check_output_timeout(self):
|
|||
"import sys; sys.stdout.write('BDFL')\n"
|
||||
"sys.stdout.flush()\n"
|
||||
"while True: pass"],
|
||||
timeout=0.5)
|
||||
timeout=1.5)
|
||||
self.fail("Expected TimeoutExpired.")
|
||||
self.assertEqual(c.exception.output, b'BDFL')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue