Skip to content

Commit

Permalink
make kill test tool safe
Browse files Browse the repository at this point in the history
  • Loading branch information
burak-58 committed Dec 16, 2024
1 parent 1dc7b4c commit f0d9948
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_join_leave.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ def kill_participants_with_test_tool(self, process):
except FileNotFoundError:
print("pkill command not found on the system.")

time.sleep(10)

print(f"After killing process: {process.pid}")


Expand Down

0 comments on commit f0d9948

Please sign in to comment.