Remove sleep. Thanks @s0undt3ch

This commit is contained in:
Mike Place 2016-10-24 18:38:49 +09:00
parent cedc609503
commit 0fecb5ff2e
No known key found for this signature in database
GPG Key ID: 9136F4F13705CFD3

View File

@ -83,7 +83,7 @@ class BaseZMQReqCase(TestCase):
# Attempting to kill the children hangs the test suite.
# Let the test suite handle this instead.
# cls.process_manager.kill_children()
time.sleep(2) # Give the procs a chance to fully close before we stop the io_loop
# time.sleep(2) # Give the procs a chance to fully close before we stop the io_loop
cls.io_loop.stop()
cls.server_channel.close()