From 818b60d87ffaa1e0ea500596ff9af18369f0525a Mon Sep 17 00:00:00 2001 From: tligui_y Date: Wed, 13 Aug 2025 14:00:55 +0200 Subject: [PATCH] Update tests/ioc_plugin.py --- tests/ioc_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ioc_plugin.py b/tests/ioc_plugin.py index a1a45330..5c611190 100644 --- a/tests/ioc_plugin.py +++ b/tests/ioc_plugin.py @@ -137,7 +137,7 @@ def _start_shared_ioc(prefix: str): state["PV4"] = 4.0; state["PV5"] = 5.0; state["PV6"] = 6.0 mor.serve(**state) - time.sleep(0.05) + # time.sleep(0.05) t = threading.Thread(target=loop, daemon=True) t.start()