mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Touch service takes a longer time than usual to start on SH-03G, up to a few seconds.
This commit is contained in:
@@ -83,7 +83,9 @@ module.exports = syrup.serial()
|
||||
})
|
||||
}
|
||||
log.info('Connecting to touch service')
|
||||
return tryConnect(5, 100)
|
||||
// SH-03G can be very slow to start sometimes. Make sure we try long
|
||||
// enough.
|
||||
return tryConnect(7, 100)
|
||||
}
|
||||
|
||||
return startService()
|
||||
|
||||
Reference in New Issue
Block a user