mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #37103 from cachedout/fix_proc_test
Remove unnecessary sleep from unit.utils.process_test.TestProcessMana…
This commit is contained in:
commit
0b87e7890a
1 changed files with 0 additions and 1 deletions
|
@ -81,7 +81,6 @@ class TestProcessManager(TestCase):
|
|||
'''
|
||||
def die():
|
||||
salt.utils.appendproctitle('test_restarting')
|
||||
time.sleep(1)
|
||||
|
||||
process_manager = salt.utils.process.ProcessManager()
|
||||
process_manager.add_process(die)
|
||||
|
|
Loading…
Add table
Reference in a new issue