Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set default timeout on EpicsSignalBase #35

Merged
merged 2 commits into from
Nov 3, 2020
Merged

Conversation

prjemian
Copy link
Contributor

@prjemian prjemian commented Oct 6, 2020

Set default timeout on EpicsSignalBase to fix #34

Set default timeout on [`EpicsSignalBase`](bluesky/ophyd#917)
@prjemian prjemian added the maintenance work to do label Oct 6, 2020
@prjemian prjemian added this to the 2020-09 operations milestone Oct 6, 2020
@prjemian prjemian requested review from gfabbris and CrI3 October 6, 2020 14:50
@prjemian prjemian self-assigned this Oct 6, 2020
Copy link
Contributor

@gfabbris gfabbris left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@@ -81,6 +81,7 @@
#RE.msg_hook = ts_msg_hook
from bluesky.simulators import summarize_plan

# set default timeout for all EpicsSignal connections & communications
# set default timeout for all EpicsSignalBase connections & communications
import ophyd
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you need to import ophyd?

@prjemian
Copy link
Contributor Author

prjemian commented Oct 7, 2020 via email

@gfabbris
Copy link
Contributor

gfabbris commented Nov 3, 2020

I think this can just be merged, correct?

@prjemian
Copy link
Contributor Author

prjemian commented Nov 3, 2020 via email

@gfabbris gfabbris merged commit b115a0c into master Nov 3, 2020
@gfabbris gfabbris deleted the 34-default-timeout branch November 3, 2020 23:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance work to do
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Set default timeout on EpicsSignalBase
2 participants