Altered procmgr.run to run asynchronously

This commit is contained in:
David Murphy 2024-03-21 16:46:49 -06:00 committed by Daniel Wozniak
parent 6a2fb70d59
commit 152811fcc6

View file

@ -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")