mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
This reverts commit 6f09708304.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
var syrup = require('@devicefarmer/stf-syrup')
|
||||
var deviceClient = require('@devicefarmer/adbkit').DeviceClient
|
||||
|
||||
var logger = require('../../../util/logger')
|
||||
|
||||
@@ -10,8 +9,7 @@ module.exports = syrup.serial()
|
||||
|
||||
function load() {
|
||||
log.info('Loading properties')
|
||||
var client = deviceClient(adb, options.serial)
|
||||
return client.getProperties()
|
||||
return adb.getProperties(options.serial)
|
||||
.timeout(10000)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user