diff --git a/lib/units/device/plugins/touch/index.js b/lib/units/device/plugins/touch/index.js index 522bc346..14d550ad 100644 --- a/lib/units/device/plugins/touch/index.js +++ b/lib/units/device/plugins/touch/index.js @@ -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() {