Skip to content
Snippets Groups Projects
Commit aa5bbb67 authored by BRONES Romain's avatar BRONES Romain
Browse files

fix(init): Increase timeout on watcher when init

parent 7afa6338
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ def init_watcher(): ...@@ -65,7 +65,7 @@ def init_watcher():
try: try:
wprx=tango.DeviceProxy(tangopath["fofb-watcher"]) wprx=tango.DeviceProxy(tangopath["fofb-watcher"])
wprx.set_timeout_millis(30000) wprx.set_timeout_millis(60000)
except tango.DevFailed as e: except tango.DevFailed as e:
logger.error("Could not get DeviceProxy on {}".format(tangopath["fofb-watcher"])) logger.error("Could not get DeviceProxy on {}".format(tangopath["fofb-watcher"]))
logger.debug(str(e)) logger.debug(str(e))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment