This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user