mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
Attempt a larger timeout value to satisfy the buildbots.
This commit is contained in:
parent
1c711f0ef9
commit
80b92d106e
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ class ProcessTestCase(BaseTestCase):
|
||||||
"import sys; sys.stdout.write('BDFL')\n"
|
"import sys; sys.stdout.write('BDFL')\n"
|
||||||
"sys.stdout.flush()\n"
|
"sys.stdout.flush()\n"
|
||||||
"while True: pass"],
|
"while True: pass"],
|
||||||
timeout=0.5)
|
timeout=1.5)
|
||||||
self.fail("Expected TimeoutExpired.")
|
self.fail("Expected TimeoutExpired.")
|
||||||
self.assertEqual(c.exception.output, b'BDFL')
|
self.assertEqual(c.exception.output, b'BDFL')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue