mirror of
https://github.com/openstf/stf
synced 2025-10-05 10:39:25 +02:00
Allow minitouch more time to start. The number of retries had already been set to 7 earlier, but got mistakenly changed to 5 during refactoring.
This commit is contained in:
parent
674953f727
commit
7a262a4e68
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue