Allow some time for processes to get started after processmanager.run() command

This commit is contained in:
David Murphy 2024-03-25 14:21:37 -06:00 committed by Daniel Wozniak
parent b2c2c5a9cd
commit 20854d6366

View file

@ -595,6 +595,8 @@ def test_git_provider_sigterm_cleanup(main_class):
procmgr.run(asynchronous=True) procmgr.run(asynchronous=True)
time.sleep(2) # give some time for it to terminate
# child process should be alive # child process should be alive
file_name = provider._get_lock_file("update") file_name = provider._get_lock_file("update")