-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(hardware): allow longer for pipettes to boot (#12941)
Pipettes sometimes don't boot fast enough on attach and miss the InstrumentInfoRequest that happens when the head tells us a new instrument is present. This didn't used to be an issue because we wouldn't send the request until the user was finished screwing things in, so we just didn't notice. In addition to our previous timeout - or, at a certain level, instead of it - where we'd wait a long time for the pipette to respond, we'll also now retry sending the request a couple times too. Fixes RQA-998
- Loading branch information
Showing
3 changed files
with
69 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters