beremiz

PYRO: enlarge timeout for too big PLC to still transfer and load.
py2compat
20 months ago, Edouard Tisserant
2d37b78f4b5b
Parents 4133f52c03dd
Children d570b0671c24
PYRO: enlarge timeout for too big PLC to still transfer and load.
--- a/connectors/PYRO/__init__.py Wed Oct 16 15:45:43 2024 +0200
+++ b/connectors/PYRO/__init__.py Wed Oct 23 15:39:31 2024 +0200
@@ -85,7 +85,7 @@
loc=location, ex=str(e)))
return None
- RemotePLCObjectProxy.adapter.setTimeout(60)
+ RemotePLCObjectProxy.adapter.setTimeout(120)
class MissingCallException(Exception):
pass