Skip to content

Commit

Permalink
remove the timeout to better reflect the real case
Browse files Browse the repository at this point in the history
  • Loading branch information
idocx committed May 7, 2024
1 parent 4431b12 commit dae2dcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_lab_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ def test_request_resources(self):
"LOCKED",
self.sample_view.get_sample_position_status("furnace_table")[0].name,
)
time.sleep(0.5)
self.assertEqual("IDLE", self.device_view.get_status("furnace_1").name)
self.assertEqual("IDLE", self.device_view.get_status("dummy").name)

Expand Down

0 comments on commit dae2dcb

Please sign in to comment.