This commit is contained in:
@@ -172,8 +172,8 @@ def test_offload(tmp_path, caplog):
|
||||
pvname_4 = "TEST:PV4"
|
||||
|
||||
# Create 2 PVs
|
||||
pv_3 = get_pv(pvname_3, connect = True)
|
||||
pv_4 = get_pv(pvname_4, connect = True)
|
||||
pv_3 = epics.PV(pvname_3, connection_timeout=2)
|
||||
pv_4 = epics.PV(pvname_4, connection_timeout=2)
|
||||
|
||||
pv_3.wait_for_connection(timeout=2)
|
||||
pv_4.wait_for_connection(timeout=2)
|
||||
|
||||
Reference in New Issue
Block a user