Skip to content

Commit

Permalink
Merge pull request #600 from morinted/revert-timeout
Browse files Browse the repository at this point in the history
Revert "Reduce timeout for TX Bolt protocol"
  • Loading branch information
benoit-pierre authored Sep 25, 2016
2 parents ccf8ed5 + d6b7326 commit 5b0d859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plover/machine/txbolt.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def _finish_stroke(self):
def run(self):
"""Overrides base class run method. Do not call directly."""
settings = self.serial_port.getSettingsDict()
settings['timeout'] = 0.015 # seconds
settings['timeout'] = 0.1 # seconds
self.serial_port.applySettingsDict(settings)
self._ready()
while not self.finished.isSet():
Expand Down

0 comments on commit 5b0d859

Please sign in to comment.