Commit 104b3f4b authored by Richard Oudkerk's avatar Richard Oudkerk

Minor fix for test_multiprocessing

parent 1cffbac2
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment