Opentrons / opentrons

Software for writing protocols and running them on the Opentrons Flex and Opentrons OT-2
https://opentrons.com
Apache License 2.0
429 stars 180 forks source link

Delay Command Kills Robot Run #1028

Closed umbhau closed 6 years ago

umbhau commented 6 years ago

Using a 'delay' command in a protocol causes the protocol run to stop and not recover.

Expected Behavior

Observed Behavior

Steps to Recreate

btmorr commented 6 years ago

Worked on this a little bit with Kinnary. It looks like this may have been a power-supply issue. Leaving the ticket open for now, but may not be a software bug

btmorr commented 6 years ago

Not a power supply issue, as it turns out! There is a default 60 sec timeout under the hood in aiohttp. Need to override that for certain commands.