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

This commit is contained in:
2025-08-05 17:02:15 +02:00
parent 751ce4bdf8
commit c26baa7e2c
+1 -1
View File
@@ -28,7 +28,7 @@ def run_test_ioc():
prefix = "TEST:"
ioc = TestIOC(prefix=prefix)
def start_ioc():
def start_ioc():
asyncio.run(run(ioc.pvdb, startup_hook=None, interfaces=["127.0.0.1"]))
thread = threading.Thread(target=start_ioc, daemon=True)