Where is the timeout set for concurrent.futures.TimeoutError #1391
-
Hey there, I have a function that tries to get a node but raises a timeout error when concurrent.futures.TimeoutError is raised. I found that this timeout is consistently 5 seconds and was wondering where and how can this value be changed? for reference
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
i assume this one: python-opcua/opcua/client/client.py Line 95 in 3012acf |
Beta Was this translation helpful? Give feedback.
-
but if your function takes more than 5s to answer you probably have an issue somewhere |
Beta Was this translation helpful? Give feedback.
i assume this one:
python-opcua/opcua/client/client.py
Line 95 in 3012acf