mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Extend group timeout on any adb connect activity.
This commit is contained in:
@@ -35,6 +35,9 @@ module.exports = syrup.serial()
|
||||
|
||||
server.on('connection', function(conn) {
|
||||
log.info('New remote ADB connection from %s', conn.remoteAddress)
|
||||
conn.on('userActivity', function() {
|
||||
group.keepalive()
|
||||
})
|
||||
})
|
||||
|
||||
server.on('error', reject)
|
||||
|
||||
Reference in New Issue
Block a user