Skip to content

Commit

Permalink
More reliable test shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Oct 10, 2024
1 parent 071325c commit 23b2f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pytests/scenarios/transport/test_zeromq.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ def test_issue_regression_65265():
total = recieved.value
assert total == 3000
finally:
process_manager.terminate()
process_manager.kill_children(9)

0 comments on commit 23b2f65

Please sign in to comment.