bluesky / ophyd

hardware abstraction in Python with an emphasis on EPICS
https://blueskyproject.io/ophyd
BSD 3-Clause "New" or "Revised" License
49 stars 78 forks source link

v2: Add a settable global DEFAULT_TIMEOUT #1130

Open coretl opened 1 year ago

coretl commented 1 year ago

At the moment DEFAULT_TIMEOUT is hardcoded to 10s and used in a number of operations that should complete almost immediately. It would be useful to make this a global settable value for those times where something is being slow and you need just a bit more time.

This could be implemented in a few ways:

How much magic do we want here?

@tacaswell @prjemian @RAYemelyanova