mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
More reliable test shutdown
This commit is contained in:
parent
071325c203
commit
23b2f654b7
1 changed files with 1 additions and 1 deletions
|
@ -79,4 +79,4 @@ def test_issue_regression_65265():
|
|||
total = recieved.value
|
||||
assert total == 3000
|
||||
finally:
|
||||
process_manager.terminate()
|
||||
process_manager.kill_children(9)
|
||||
|
|
Loading…
Add table
Reference in a new issue