increase timeout for slow RTUs (walnut creek issue)

This commit is contained in:
Sarah Chen 2026-01-15 10:45:33 -06:00
parent a01a674b1e
commit 35c4b0da19

View File

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