Skip to content

Commit

Permalink
Allow minitouch more time to start. The number of retries had already…
Browse files Browse the repository at this point in the history
… been set to 7 earlier, but got mistakenly changed to 5 during refactoring.
  • Loading branch information
sorccu committed Jul 22, 2015
1 parent 674953f commit 7a262a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/units/device/plugins/touch/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ module.exports = syrup.serial()
log.info('Connecting to minitouch service')
// SH-03G can be very slow to start sometimes. Make sure we try long
// enough.
return tryConnect(5, 100)
return tryConnect(7, 100)
}

TouchConsumer.prototype._stop = function() {
Expand Down

0 comments on commit 7a262a4

Please sign in to comment.