mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 02:00:20 +00:00
Altered procmgr.run to run asynchronously
This commit is contained in:
parent
6a2fb70d59
commit
152811fcc6
1 changed files with 1 additions and 1 deletions
|
@ -593,7 +593,7 @@ def test_git_provider_sigterm_cleanup(main_class):
|
|||
while not proc.is_alive():
|
||||
time.sleep(1) # give some time for it to be started
|
||||
|
||||
procmgr.run()
|
||||
procmgr.run(asynchronous=True)
|
||||
|
||||
# child process should be alive
|
||||
file_name = provider._get_lock_file("update")
|
||||
|
|
Loading…
Add table
Reference in a new issue