stop thread

This commit is contained in:
Tim Bentley 2017-08-12 20:27:43 +01:00
parent b3cd5a7b3d
commit e896e2fd1f

View File

@ -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):