From 8e58176560f9447e6b84749b4b39d4fc5625caf3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Sat, 4 Jan 2020 18:35:56 +0100
Subject: [PATCH] force stress tests to behave

---
 stress_tests/__main__.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/stress_tests/__main__.py b/stress_tests/__main__.py
index adba2f1..91c50f0 100644
--- a/stress_tests/__main__.py
+++ b/stress_tests/__main__.py
@@ -34,6 +34,8 @@ if __name__ == '__main__':
     notify_client.put(None)
     notify_server.put(None)
 
+    if client.is_alive():
+        client.kill()
     server.join()
     client.join()
 
-- 
GitLab