From e896e2fd1f64cbe9b5718744300d86faccc5be3d Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sat, 12 Aug 2017 20:27:43 +0100 Subject: [PATCH] stop thread --- tests/functional/openlp_core_lib/test_image_manager.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/functional/openlp_core_lib/test_image_manager.py b/tests/functional/openlp_core_lib/test_image_manager.py index 914c8607b..743cb4761 100644 --- a/tests/functional/openlp_core_lib/test_image_manager.py +++ b/tests/functional/openlp_core_lib/test_image_manager.py @@ -56,6 +56,8 @@ class TestImageManager(TestCase, TestMixin): """ Delete all the C++ objects at the end so that we don't have a segfault """ + self.image_manager.stop_manager = True + self.image_manager.image_thread.wait() del self.app def test_basic_image_manager(self):