mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Remove sleep. Thanks @s0undt3ch
This commit is contained in:
parent
cedc609503
commit
0fecb5ff2e
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user