mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-17 23:53:25 +02:00
Support Android M Developer Preview 3.
This commit is contained in:
@@ -17,7 +17,7 @@ module.exports = syrup.serial()
|
||||
pathutil.vendor('STFService/wire.proto'))
|
||||
|
||||
var resource = {
|
||||
requiredVersion: '1.0.1'
|
||||
requiredVersion: '1.0.2'
|
||||
, pkg: 'jp.co.cyberagent.stf'
|
||||
, main: 'jp.co.cyberagent.stf.Agent'
|
||||
, apk: pathutil.vendor('STFService/STFService.apk')
|
||||
@@ -79,9 +79,9 @@ module.exports = syrup.serial()
|
||||
.then(function() {
|
||||
return promiseutil.periodicNotify(
|
||||
adb.install(options.serial, resource.apk)
|
||||
, 10000
|
||||
, 20000
|
||||
)
|
||||
.timeout(60000)
|
||||
.timeout(65000)
|
||||
})
|
||||
.progressed(function() {
|
||||
log.warn(
|
||||
|
||||
Reference in New Issue
Block a user