Update tests/ioc_plugin.py
Run CI Tests / test (push) Has been cancelled

This commit is contained in:
2025-08-13 14:00:55 +02:00
parent 8326c33d79
commit 818b60d87f
+1 -1
View File
@@ -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()