Skip to content

Commit

Permalink
Increased timeout (PR 859)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Gruzinov authored and marcus-oscarsson committed Mar 7, 2024
1 parent f322147 commit c5166d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxcubecore/HardwareObjects/DESY/P11NanoDiff.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ def manual_centring(self, phi_range=120, n_points=3):
self.user_clicked_event = AsyncResult()
x, y = self.user_clicked_event.get()
if click < 2:
phi_mot.set_value_relative(phi_range, timeout=5)
phi_mot.set_value_relative(phi_range, timeout=60)

X.append(x)
Y.append(y)
Expand Down

0 comments on commit c5166d5

Please sign in to comment.