mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Minor fix for test_multiprocessing
This commit is contained in:
parent
1cffbac2cb
commit
104b3f4bf7
1 changed files with 1 additions and 1 deletions
|
@ -2713,7 +2713,7 @@ class TestWait(unittest.TestCase):
|
|||
self.test_wait(True)
|
||||
|
||||
def test_wait_socket_slow(self):
|
||||
self.test_wait(True)
|
||||
self.test_wait_socket(True)
|
||||
|
||||
def test_wait_timeout(self):
|
||||
from multiprocessing.connection import wait
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue