remove sleep in socket set, required for progress bar in sim endstations
CI for csaxs_bec / test (push) Failing after 1m35s
CI for csaxs_bec / test (pull_request) Failing after 1m24s

This commit is contained in:
x01dc
2026-07-11 21:58:17 +02:00
parent 080976b7b2
commit 7babac3f9a
2 changed files with 0 additions and 4 deletions
@@ -123,8 +123,6 @@ class FlomniGalilSetpointSignal(GalilSetpointSignal):
self.controller.socket_put_confirmed(f"ntarget={target_val:.3f}")
self.controller.socket_put_confirmed("movereq=1")
self.controller.socket_put_confirmed("XQ#NEWPAR")
while self.controller.is_thread_active(0):
time.sleep(0.005)
else:
raise GalilError("Not all axes are referenced.")
@@ -427,8 +427,6 @@ class GalilSetpointSignal(GalilSignalBase):
self.controller.socket_put_confirmed(f"ntarget={target_val:.3f}")
self.controller.socket_put_confirmed("movereq=1")
self.controller.socket_put_confirmed("XQ#NEWPAR")
while self.controller.is_thread_active(0):
time.sleep(0.005)
else:
raise GalilError("Not all axes are referenced.")