From 04063fead5b8279a58614022ca3ecf3a73552588 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 95c170999c1..5246dc0e225 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()