Update tests/test_utils_opmsg.py
Run CI Tests / test (push) Successful in 1m24s

This commit is contained in:
2025-08-08 13:11:17 +02:00
parent c8d42324df
commit 7719b16385
+2
View File
@@ -54,6 +54,7 @@ def ioc():
# Loop WITHOUT serving values again (so client puts persist)
while True:
mor.serve()
time.sleep(0.02)
def run_status_prefix(beamline: str):
@@ -68,6 +69,7 @@ def ioc():
# Then do nothing; client updates must persist
while True:
mor.serve()
time.sleep(0.02)
threads = []