Skip to content
Snippets Groups Projects
Commit dfe2da47 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-661: Remove wait that is now unnecessary due to better thread Condition use

parent 899f21f4
No related branches found
No related tags found
1 merge request!254L2SS-661: Read all attributes and fix bugs
......@@ -160,13 +160,6 @@ class TestDeviceBeam(AbstractTestBases.TestDeviceBase):
new_pointings = [("J2000",f"{tile}deg","0deg") for tile in range(96)]
self.proxy.HBAT_pointing_direction_RW = new_pointings
# wait for tracking thread to pick up and set. should be almost instant
for i in range(20):
if self.proxy.HBAT_pointing_direction_R[0][0] == "J2000":
break
time.sleep(0.5)
# check pointing
self.assertListEqual(new_pointings, list(self.proxy.HBAT_pointing_direction_R))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment