Commit 12545c7b authored by olivier R-D's avatar olivier R-D

increase client timeout

parent b3477061
...@@ -70,7 +70,7 @@ class Client(object): ...@@ -70,7 +70,7 @@ class Client(object):
which offers a raw OPC-UA interface. which offers a raw OPC-UA interface.
""" """
def __init__(self, url, timeout=1): def __init__(self, url, timeout=4):
""" """
used url argument to connect to server. used url argument to connect to server.
if you are unsure of url, write at least hostname and port if you are unsure of url, write at least hostname and port
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment