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

This commit is contained in:
2025-08-10 20:26:31 +02:00
parent 1f7cece129
commit 7989ae2f46
+1 -1
View File
@@ -146,7 +146,7 @@ def test_speedup_motor_PV():
m_fast = Motor("TEST:SIM:M5")
t2 = time.perf_counter()
pv_fast = m_fast.PV("VAL", connect=False, timeout=1.0)
pv_fast = m_fast.PV("VAL", connect=False)
t3 = time.perf_counter()
assert pv_epics.connected