From f0d9948b2703fe4877c20f36801dedf5ce427ee5 Mon Sep 17 00:00:00 2001 From: burak Date: Mon, 16 Dec 2024 12:38:42 +0300 Subject: [PATCH] make kill test tool safe --- test/test_join_leave.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test_join_leave.py b/test/test_join_leave.py index 2653448b..a5c4222e 100644 --- a/test/test_join_leave.py +++ b/test/test_join_leave.py @@ -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}")