Update tests/test_utils_pvpreload.py
Run CI Tests / test (push) Successful in 1m7s

This commit is contained in:
2025-08-07 22:43:00 +02:00
parent 0bb055f207
commit 80fbac172b
+2 -2
View File
@@ -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)