bug(api): Thermocycler sleeps during simulation #7506
Labels
api
Affects the `api` project
bug
robot-svcs
Falls under the purview of the Robot Services squad (formerly CPX, Core Platform Experience).
Overview
opentrons.hardware_control.modules.thermocycler.Thermocycler
has a number ofasyncio.sleep
statements. These happen even during simulation causing needless delays in upload.Acceptance Criteria
asyncio.sleep
should not be called when simulating in:wait_for_lid_temp
wait_for_temp
wait_for_hold
The text was updated successfully, but these errors were encountered: