From 63b1b5338537fb4bedfcf435577b7585dfc2103f Mon Sep 17 00:00:00 2001 From: Eran Date: Thu, 9 May 2024 14:11:24 +0300 Subject: [PATCH] add topic-reader.stop() in dds tests for stability --- unit-tests/dds/test-device-discovery.py | 1 + 1 file changed, 1 insertion(+) diff --git a/unit-tests/dds/test-device-discovery.py b/unit-tests/dds/test-device-discovery.py index 95c170999c..5246dc0e22 100644 --- a/unit-tests/dds/test-device-discovery.py +++ b/unit-tests/dds/test-device-discovery.py @@ -300,6 +300,7 @@ def __exit__( self, type, value, traceback ): del watcher + device_info.stop() del device_info del participant test.print_results_and_exit()