increase default timeout for slow RTUs (walnut creek issue)

This commit is contained in:
Sarah Chen 2026-08-28 19:28:13 -05:00
parent 1eb1675ec3
commit eb740a91c0

View File

@ -42,3 +42,4 @@ def write_coil(host, port=502, unit=1, address=0, value=True):
return not rr.isError()
finally:
c.close()
fix timeout on slow RTUs